#0C12E8

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

Shades of Blue #0C12E8

Tints of Blue #0C12E8

Color information

#0C12E8 (or 0x0C12E8) is unknown color: approx Blue. HEX triplet: 0C, 12 and E8. RGB value is (12,18,232). Sum of RGB (Red+Green+Blue) = 12+18+232=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 232 (91.02% from 255 or 88.55% from 262); Max value from RGB is 232 - color contains mainly: blue. Hex color #0C12E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C12E8 is #F3ED17. Grayscale: #272727. Windows color (decimal): -15985944 or 15208972. OLE color: 15208972.

HSL color Cylindrical-coordinate representation of color #0C12E8: hue angle of 238.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C12E8 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1218232-
CMYK0.950.9200.09
HSL238.36º90.16%47.84%-
HSV(B)238.36º94.83%90.98%-
XYZ14.936.3476.78-
YUV40.6236.01107.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 232 (91.02% from 255) = 88.55%
R=4.58%
G=6.87%
B=88.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12182320.950.9200.09238.3690.1647.84
HexC12E85F5C09ee5a30
Octal142235013713401135613260
Binary110010010111010001011111101110001001111011101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C12E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,232); }

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

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

 a { background-color: rgb(12,18,232); }

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

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

 span { border-color: rgb(12,18,232); }

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