Html Css Color HEX #012AA6 International Klein Blue

📋 copy color: '#012AA6'

red 1 ◦ green 42 ◦ blue 166

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

Shades of International Klein Blue #012AA6

Tints of International Klein Blue #012AA6

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 42 (16.8% from 255) = 20.1%

 BLUE value IS 166 (65.23% from 255) = 79.43%

R = 0.48%
G = 20.1%
B = 79.43%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#012AA6 (or 0x012AA6) is known color: International Klein Blue. HEX triplet: 01, 2A and A6. RGB value is (1,42,166). Sum of RGB (Red+Green+Blue) = 1+42+166=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 166 (65.23% from 255 or 79.43% from 209); Max value from RGB is 166 - color contains mainly: blue. Hex color #012AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AA6 is #FED559. Grayscale: #2B2B2B. Windows color (decimal): -16700762 or 10889729. OLE color: 10889729.

HSL color Cylindrical-coordinate representation of color #012AA6: hue angle of 225.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012AA6 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 42 166 -
CMYK 0.99 0.75 0 0.35
HSL 225.09º 0.99% 0.33% -
HSV(B) 225.09º 0.99% 0.65% -
XYZ 7.72 4.42 36.52 -
YUV 43.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 1 42 166 0.99 0.75 0 0.35 225.09 0.99 0.33
Hex 1 2A A6 63 4B 0 23 E1 63 21
Octal 1 52 246 143 113 0 43 341 143 41
Binary 1 101010 10100110 1100011 1001011 0 100011 11100001 1100011 100001

Color Harmonies of #012AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AA6

Black with #012AA6

Text Example


Text Example

White with #012AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012AA6; }

 p { color: rgb(1,42,166); }

 H1.HeaderClassName
 {
   color: #012AA6;
 }
 .AnyTagClassName
 {
   color: #012AA6;
 }
</style>

background-color css

<style>
 a { background-color: #012AA6; }

 a { background-color: rgb(1,42,166); }

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

border-color css

<style>
 span { border-color: #012AA6; }

 span { border-color: rgb(1,42,166); }

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