Html Css Color HEX #012AAE International Klein Blue

📋 copy color: '#012AAE'

red 1 ◦ green 42 ◦ blue 174

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

Shades of International Klein Blue #012AAE

Tints of International Klein Blue #012AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 80.18%

R = 0.46%
G = 19.35%
B = 80.18%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#012AAE (or 0x012AAE) is known color: International Klein Blue. HEX triplet: 01, 2A and AE. RGB value is (1,42,174). Sum of RGB (Red+Green+Blue) = 1+42+174=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #012AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAE is #FED551. Grayscale: #2C2C2C. Windows color (decimal): -16700754 or 11414017. OLE color: 11414017.

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

Color convert

RGB 1 42 174 -
CMYK 0.99 0.76 0 0.32
HSL 225.78º 0.99% 0.34% -
HSV(B) 225.78º 0.99% 0.68% -
XYZ 8.48 4.72 40.51 -
YUV 44.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 1 42 174 0.99 0.76 0 0.32 225.78 0.99 0.34
Hex 1 2A AE 63 4C 0 20 E2 63 22
Octal 1 52 256 143 114 0 40 342 143 42
Binary 1 101010 10101110 1100011 1001100 0 100000 11100010 1100011 100010

Color Harmonies of #012AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AAE

Black with #012AAE

Text Example


Text Example

White with #012AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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