#0C1EE6

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

Shades of Blue #0C1EE6

Tints of Blue #0C1EE6

Color information

#0C1EE6 (or 0x0C1EE6) is unknown color: approx Blue. HEX triplet: 0C, 1E and E6. RGB value is (12,30,230). Sum of RGB (Red+Green+Blue) = 12+30+230=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 230 (90.23% from 255 or 84.56% from 272); Max value from RGB is 230 - color contains mainly: blue. Hex color #0C1EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1EE6 is #F3E119. Grayscale: #2E2E2E. Windows color (decimal): -15982874 or 15080972. OLE color: 15080972.

HSL color Cylindrical-coordinate representation of color #0C1EE6: hue angle of 235.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1EE6 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1230230-
CMYK0.950.8700.10
HSL235.05º90.08%47.45%-
HSV(B)235.05º94.78%90.2%-
XYZ14.96.7275.37-
YUV47.42231.04102.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 30 (12.11% from 255) = 11.03%
BLUE value IS 230 (90.23% from 255) = 84.56%
R=4.41%
G=11.03%
B=84.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal12302300.950.8700.10235.0590.0847.45
HexC1EE65F570Aeb5a2f
Octal143634613712701235313257
Binary110011110111001101011111101011101010111010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,230); }

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

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

 a { background-color: rgb(12,30,230); }

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

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

 span { border-color: rgb(12,30,230); }

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