Html Css Color HEX #012FAA International Klein Blue

📋 copy color: '#012FAA'

red 1 ◦ green 47 ◦ blue 170

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

Shades of International Klein Blue #012FAA

Tints of International Klein Blue #012FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

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

R = 0.46%
G = 21.56%
B = 77.98%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#012FAA (or 0x012FAA) is known color: International Klein Blue. HEX triplet: 01, 2F and AA. RGB value is (1,47,170). Sum of RGB (Red+Green+Blue) = 1+47+170=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #012FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FAA is #FED055. Grayscale: #2E2E2E. Windows color (decimal): -16699478 or 11153153. OLE color: 11153153.

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

Color convert

RGB 1 47 170 -
CMYK 0.99 0.72 0 0.33
HSL 223.67º 0.99% 0.34% -
HSV(B) 223.67º 0.99% 0.67% -
XYZ 8.28 4.94 38.55 -
YUV 47.27 197.26 95 -
System Red Green Blue C M Y K H S L
Decimal 1 47 170 0.99 0.72 0 0.33 223.67 0.99 0.34
Hex 1 2F AA 63 48 0 21 E0 63 22
Octal 1 57 252 143 110 0 41 340 143 42
Binary 1 101111 10101010 1100011 1001000 0 100001 11100000 1100011 100010

Color Harmonies of #012FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FAA

Black with #012FAA

Text Example


Text Example

White with #012FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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