#0C10CC

Color #0C10CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C10CC

Tints of Medium Blue #0C10CC

Color information

#0C10CC (or 0x0C10CC) is unknown color: approx Medium Blue. HEX triplet: 0C, 10 and CC. RGB value is (12,16,204). Sum of RGB (Red+Green+Blue) = 12+16+204=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C10CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10CC is #F3EF33. Grayscale: #232323. Windows color (decimal): -15986484 or 13373452. OLE color: 13373452.

HSL color Cylindrical-coordinate representation of color #0C10CC: hue angle of 238.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C10CC is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1216204-
CMYK0.940.9200.2
HSL238.75º88.89%42.35%-
HSV(B)238.75º94.12%80%-
XYZ11.244.8157.46-
YUV36.24222.67110.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 204 (80.08% from 255) = 87.93%
R=5.17%
G=6.90%
B=87.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12162040.940.9200.2238.7588.8942.35
HexC10CC5E5C014ef592a
Octal142031413613402435713152
Binary1100100001100110010111101011100010100111011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C10CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C10CC; }

 p { color: rgb(12,16,204); }

 H1.HeaderClassName
 {
   color: #0C10CC;
 }
 .AnyTagClassName
 {
   color: #0C10CC;
 }
</style>
background-color css

<style>
 a { background-color: #0C10CC; }

 a { background-color: rgb(12,16,204); }

 div.DivClassName
 {
   background-color: #0C10CC;
 }
 .BgClassName
 {
   background-color: #0C10CC;
 }
</style>
border-color css

<style>
 span { border-color: #0C10CC; }

 span { border-color: rgb(12,16,204); }

 td.TdClassName
 {
   border-color: #0C10CC;
 }
 .TagClassName
 {
   border-color: #0C10CC;
 }
</style>