#0C1CB9

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

Shades of International Klein Blue #0C1CB9

Tints of International Klein Blue #0C1CB9

Color information

#0C1CB9 (or 0x0C1CB9) is unknown color: approx International Klein Blue. HEX triplet: 0C, 1C and B9. RGB value is (12,28,185). Sum of RGB (Red+Green+Blue) = 12+28+185=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 185 (72.66% from 255 or 82.22% from 225); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C1CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CB9 is #F3E346. Grayscale: #282828. Windows color (decimal): -15983431 or 12131340. OLE color: 12131340.

HSL color Cylindrical-coordinate representation of color #0C1CB9: hue angle of 234.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CB9 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1228185-
CMYK0.940.8500.27
HSL234.45º87.82%38.63%-
HSV(B)234.45º93.51%72.55%-
XYZ9.324.4146.26-
YUV41.11209.2107.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 185 (72.66% from 255) = 82.22%
R=5.33%
G=12.44%
B=82.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12281850.940.8500.27234.4587.8238.63
HexC1CB95E5501Bea5827
Octal143427113612503335213047
Binary1100111001011100110111101010101011011111010101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,185); }

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

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

 a { background-color: rgb(12,28,185); }

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

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

 span { border-color: rgb(12,28,185); }

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