Html Css Color HEX #001AAE International Klein Blue

📋 copy color: '#001AAE'

red 0 ◦ green 26 ◦ blue 174

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

Shades of International Klein Blue #001AAE

Tints of International Klein Blue #001AAE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13%
B = 87%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#001AAE (or 0x001AAE) is known color: International Klein Blue. HEX triplet: 00, 1A and AE. RGB value is (0,26,174). Sum of RGB (Red+Green+Blue) = 0+26+174=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #001AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AAE is #FFE551. Grayscale: #222222. Windows color (decimal): -16770386 or 11409920. OLE color: 11409920.

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

Color convert

RGB 0 26 174 -
CMYK 1 0.85 0 0.32
HSL 231.03º 1% 0.34% -
HSV(B) 231.03º 1% 0.68% -
XYZ 8.01 3.79 40.35 -
YUV 35.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 0 26 174 1 0.85 0 0.32 231.03 1 0.34
Hex 0 1A AE 64 55 0 20 E7 64 22
Octal 0 32 256 144 125 0 40 347 144 42
Binary 0 11010 10101110 1100100 1010101 0 100000 11100111 1100100 100010

Color Harmonies of #001AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AAE

Black with #001AAE

Text Example


Text Example

White with #001AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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