#001aaa

Color #001AAA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #001AAA

Tints of International Klein Blue #001AAA

Color information

#001AAA (or 0x001AAA) is unknown color: approx 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

RGB026170-
CMYK10.8500.33
HSL230.82º100%33.33%-
HSV(B)230.82º100%66.67%-
XYZ7.633.6438.33-
YUV34.64204.39103.29-

RGB Variations

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

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.80% from 255) = 86.73%
R=0%
G=13.27%
B=86.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal02617010.8500.33230.8210033.33
Hex01AAA6455021e76421
Octal03225214412504134714441
Binary01101010101010110010010101010100001111001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>