Html Css Color HEX #0C1AAC International Klein Blue

📋 copy color: '#0C1AAC'

red 12 ◦ green 26 ◦ blue 172

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

Shades of International Klein Blue #0C1AAC

Tints of International Klein Blue #0C1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 81.9%

R = 5.71%
G = 12.38%
B = 81.9%

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

#0C1AAC (or 0x0C1AAC) is known color: International Klein Blue. HEX triplet: 0C, 1A and AC. RGB value is (12,26,172). Sum of RGB (Red+Green+Blue) = 12+26+172=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C1AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1AAC is #F3E553. Grayscale: #252525. Windows color (decimal): -15983956 or 11278860. OLE color: 11278860.

HSL color Cylindrical-coordinate representation of color #0C1AAC: hue angle of 234.75º 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 #0C1AAC is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 26 172 -
CMYK 0.93 0.85 0 0.33
HSL 234.75º 0.87% 0.36% -
HSV(B) 234.75º 0.93% 0.67% -
XYZ 7.97 3.8 39.34 -
YUV 38.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 12 26 172 0.93 0.85 0 0.33 234.75 0.87 0.36
Hex C 1A AC 5D 55 0 21 EB 57 24
Octal 14 32 254 135 125 0 41 353 127 44
Binary 1100 11010 10101100 1011101 1010101 0 100001 11101011 1010111 100100

Color Harmonies of #0C1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1AAC

Black with #0C1AAC

Text Example


Text Example

White with #0C1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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