#0C1EB6

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

Shades of International Klein Blue #0C1EB6

Tints of International Klein Blue #0C1EB6

Color information

#0C1EB6 (or 0x0C1EB6) is unknown color: approx International Klein Blue. HEX triplet: 0C, 1E and B6. RGB value is (12,30,182). Sum of RGB (Red+Green+Blue) = 12+30+182=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 182 (71.48% from 255 or 81.25% from 224); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C1EB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EB6 is #F3E149. Grayscale: #292929. Windows color (decimal): -15982922 or 11935244. OLE color: 11935244.

HSL color Cylindrical-coordinate representation of color #0C1EB6: hue angle of 233.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1EB6 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1230182-
CMYK0.930.8400.29
HSL233.65º87.63%38.04%-
HSV(B)233.65º93.41%71.37%-
XYZ9.064.3844.62-
YUV41.95207.04106.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 182 (71.48% from 255) = 81.25%
R=5.36%
G=13.39%
B=81.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12301820.930.8400.29233.6587.6338.04
HexC1EB65D5401Dea5826
Octal143626613512403535213046
Binary1100111101011011010111011010100011101111010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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