Html Css Color HEX #012AAB International Klein Blue

📋 copy color: '#012AAB'

red 1 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #012AAB

Tints of International Klein Blue #012AAB

RGB

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

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

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

R = 0.47%
G = 19.63%
B = 79.91%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012AAB (or 0x012AAB) is known color: International Klein Blue. HEX triplet: 01, 2A and AB. RGB value is (1,42,171). Sum of RGB (Red+Green+Blue) = 1+42+171=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #012AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAB is #FED554. Grayscale: #2B2B2B. Windows color (decimal): -16700757 or 11217409. OLE color: 11217409.

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

Color convert

RGB 1 42 171 -
CMYK 0.99 0.75 0 0.33
HSL 225.53º 0.99% 0.34% -
HSV(B) 225.53º 0.99% 0.67% -
XYZ 8.19 4.6 38.98 -
YUV 44.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 1 42 171 0.99 0.75 0 0.33 225.53 0.99 0.34
Hex 1 2A AB 63 4B 0 21 E2 63 22
Octal 1 52 253 143 113 0 41 342 143 42
Binary 1 101010 10101011 1100011 1001011 0 100001 11100010 1100011 100010

Color Harmonies of #012AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AAB

Black with #012AAB

Text Example


Text Example

White with #012AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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