Html Css Color HEX #001AAA International Klein Blue

📋 copy color: '#001AAA'

red 0 ◦ green 26 ◦ blue 170

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

Shades of International Klein Blue #001AAA

Tints of International Klein Blue #001AAA

RGB

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

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

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

R = 0%
G = 13.27%
B = 86.73%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001AAA (or 0x001AAA) is known color: International Klein Blue. HEX triplet: 00, 1A and AA. RGB value is (0,26,170). Sum of RGB (Red+Green+Blue) = 0+26+170=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 170 (66.80% from 255 or 86.73% from 196); Max value from RGB is 170 - color contains mainly: blue. Hex color #001AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001AAA is #FFE555. Grayscale: #222222. Windows color (decimal): -16770390 or 11147776. OLE color: 11147776.

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

Color convert

RGB 0 26 170 -
CMYK 1 0.85 0 0.33
HSL 230.82º 1% 0.33% -
HSV(B) 230.82º 1% 0.67% -
XYZ 7.63 3.64 38.33 -
YUV 34.64 204.39 103.29 -
System Red Green Blue C M Y K H S L
Decimal 0 26 170 1 0.85 0 0.33 230.82 1 0.33
Hex 0 1A AA 64 55 0 21 E7 64 21
Octal 0 32 252 144 125 0 41 347 144 41
Binary 0 11010 10101010 1100100 1010101 0 100001 11100111 1100100 100001

Color Harmonies of #001AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AAA

Black with #001AAA

Text Example


Text Example

White with #001AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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