Html Css Color HEX #0C1AAB International Klein Blue

📋 copy color: '#0C1AAB'

red 12 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #0C1AAB

Tints of International Klein Blue #0C1AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 81.82%

R = 5.74%
G = 12.44%
B = 81.82%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C1AAB (or 0x0C1AAB) is known color: International Klein Blue. HEX triplet: 0C, 1A and AB. RGB value is (12,26,171). Sum of RGB (Red+Green+Blue) = 12+26+171=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C1AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1AAB is #F3E554. Grayscale: #252525. Windows color (decimal): -15983957 or 11213324. OLE color: 11213324.

HSL color Cylindrical-coordinate representation of color #0C1AAB: hue angle of 234.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1AAB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 26 171 -
CMYK 0.93 0.85 0 0.33
HSL 234.72º 0.87% 0.36% -
HSV(B) 234.72º 0.93% 0.67% -
XYZ 7.87 3.76 38.84 -
YUV 38.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 12 26 171 0.93 0.85 0 0.33 234.72 0.87 0.36
Hex C 1A AB 5D 55 0 21 EB 57 24
Octal 14 32 253 135 125 0 41 353 127 44
Binary 1100 11010 10101011 1011101 1010101 0 100001 11101011 1010111 100100

Color Harmonies of #0C1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1AAB

Black with #0C1AAB

Text Example


Text Example

White with #0C1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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