Html Css Color HEX #012BAA International Klein Blue

📋 copy color: '#012BAA'

red 1 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #012BAA

Tints of International Klein Blue #012BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

 BLUE value IS 170 (66.8% from 255) = 79.44%

R = 0.47%
G = 20.09%
B = 79.44%

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

#012BAA (or 0x012BAA) is known color: International Klein Blue. HEX triplet: 01, 2B and AA. RGB value is (1,43,170). Sum of RGB (Red+Green+Blue) = 1+43+170=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #012BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012BAA is #FED455. Grayscale: #2C2C2C. Windows color (decimal): -16700502 or 11152129. OLE color: 11152129.

HSL color Cylindrical-coordinate representation of color #012BAA: hue angle of 225.09º 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 #012BAA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 43 170 -
CMYK 0.99 0.75 0 0.33
HSL 225.09º 0.99% 0.34% -
HSV(B) 225.09º 0.99% 0.67% -
XYZ 8.13 4.64 38.5 -
YUV 44.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 1 43 170 0.99 0.75 0 0.33 225.09 0.99 0.34
Hex 1 2B AA 63 4B 0 21 E1 63 22
Octal 1 53 252 143 113 0 41 341 143 42
Binary 1 101011 10101010 1100011 1001011 0 100001 11100001 1100011 100010

Color Harmonies of #012BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BAA

Black with #012BAA

Text Example


Text Example

White with #012BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,170); }

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

background-color css

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

 a { background-color: rgb(1,43,170); }

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

border-color css

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

 span { border-color: rgb(1,43,170); }

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