Html Css Color HEX #0C1AB8 International Klein Blue

📋 copy color: '#0C1AB8'

red 12 ◦ green 26 ◦ blue 184

#0C1AB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0C1AB8

Tints of International Klein Blue #0C1AB8

RGB

 RED value IS 12 (5.08% from 255) = 5.41%

 GREEN value IS 26 (10.55% from 255) = 11.71%

 BLUE value IS 184 (72.27% from 255) = 82.88%

R = 5.41%
G = 11.71%
B = 82.88%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0C1AB8 (or 0x0C1AB8) is known color: International Klein Blue. HEX triplet: 0C, 1A and B8. RGB value is (12,26,184). Sum of RGB (Red+Green+Blue) = 12+26+184=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 184 (72.27% from 255 or 82.88% from 222); Max value from RGB is 184 - color contains mainly: blue. Hex color #0C1AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1AB8 is #F3E547. Grayscale: #272727. Windows color (decimal): -15983944 or 12065292. OLE color: 12065292.

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

Color convert

RGB 12 26 184 -
CMYK 0.93 0.86 0 0.28
HSL 235.12º 0.88% 0.38% -
HSV(B) 235.12º 0.93% 0.72% -
XYZ 9.17 4.28 45.69 -
YUV 39.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 12 26 184 0.93 0.86 0 0.28 235.12 0.88 0.38
Hex C 1A B8 5D 56 0 1C EB 58 26
Octal 14 32 270 135 126 0 34 353 130 46
Binary 1100 11010 10111000 1011101 1010110 0 11100 11101011 1011000 100110

Color Harmonies of #0C1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1AB8

Black with #0C1AB8

Text Example


Text Example

White with #0C1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,26,184); }

 H1.HeaderClassName
 {
   color: #0C1AB8;
 }
 .AnyTagClassName
 {
   color: #0C1AB8;
 }
</style>

background-color css

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

 a { background-color: rgb(12,26,184); }

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

border-color css

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

 span { border-color: rgb(12,26,184); }

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