Html Css Color HEX #011AAE International Klein Blue

📋 copy color: '#011AAE'

red 1 ◦ green 26 ◦ blue 174

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

Shades of International Klein Blue #011AAE

Tints of International Klein Blue #011AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 0.5%
G = 12.94%
B = 86.57%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#011AAE (or 0x011AAE) is known color: International Klein Blue. HEX triplet: 01, 1A and AE. RGB value is (1,26,174). Sum of RGB (Red+Green+Blue) = 1+26+174=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #011AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AAE is #FEE551. Grayscale: #222222. Windows color (decimal): -16704850 or 11409921. OLE color: 11409921.

HSL color Cylindrical-coordinate representation of color #011AAE: hue angle of 231.33º 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 #011AAE is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 26 174 -
CMYK 0.99 0.85 0 0.32
HSL 231.33º 0.99% 0.34% -
HSV(B) 231.33º 0.99% 0.68% -
XYZ 8.02 3.8 40.36 -
YUV 35.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 1 26 174 0.99 0.85 0 0.32 231.33 0.99 0.34
Hex 1 1A AE 63 55 0 20 E7 63 22
Octal 1 32 256 143 125 0 40 347 143 42
Binary 1 11010 10101110 1100011 1010101 0 100000 11100111 1100011 100010

Color Harmonies of #011AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AAE

Black with #011AAE

Text Example


Text Example

White with #011AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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