Html Css Color HEX #011AAD International Klein Blue

📋 copy color: '#011AAD'

red 1 ◦ green 26 ◦ blue 173

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

Shades of International Klein Blue #011AAD

Tints of International Klein Blue #011AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 86.5%

R = 0.5%
G = 13%
B = 86.5%

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

#011AAD (or 0x011AAD) is known color: International Klein Blue. HEX triplet: 01, 1A and AD. RGB value is (1,26,173). Sum of RGB (Red+Green+Blue) = 1+26+173=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #011AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011AAD is #FEE552. Grayscale: #222222. Windows color (decimal): -16704851 or 11344385. OLE color: 11344385.

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

Color convert

RGB 1 26 173 -
CMYK 0.99 0.85 0 0.32
HSL 231.28º 0.99% 0.34% -
HSV(B) 231.28º 0.99% 0.68% -
XYZ 7.92 3.76 39.84 -
YUV 35.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 1 26 173 0.99 0.85 0 0.32 231.28 0.99 0.34
Hex 1 1A AD 63 55 0 20 E7 63 22
Octal 1 32 255 143 125 0 40 347 143 42
Binary 1 11010 10101101 1100011 1010101 0 100000 11100111 1100011 100010

Color Harmonies of #011AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AAD

Black with #011AAD

Text Example


Text Example

White with #011AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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