#002AAF

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

Shades of International Klein Blue #002AAF

Tints of International Klein Blue #002AAF

Color information

#002AAF (or 0x002AAF) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and AF. RGB value is (0,42,175). Sum of RGB (Red+Green+Blue) = 0+42+175=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #002AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAF is #FFD550. Grayscale: #2C2C2C. Windows color (decimal): -16766289 or 11479552. OLE color: 11479552.

HSL color Cylindrical-coordinate representation of color #002AAF: hue angle of 225.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AAF is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB042175-
CMYK10.7600.31
HSL225.6º100%34.31%-
HSV(B)225.6º100%68.63%-
XYZ8.574.7541.02-
YUV44.6201.5996.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 175 (68.75% from 255) = 80.65%
R=0%
G=19.35%
B=80.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal04217510.7600.31225.610034.31
Hex02AAF644C01Fe26422
Octal05225714411403734214442
Binary01010101010111111001001001100011111111000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002AAF; }

 p { color: rgb(0,42,175); }

 H1.HeaderClassName
 {
   color: #002AAF;
 }
 .AnyTagClassName
 {
   color: #002AAF;
 }
</style>
background-color css

<style>
 a { background-color: #002AAF; }

 a { background-color: rgb(0,42,175); }

 div.DivClassName
 {
   background-color: #002AAF;
 }
 .BgClassName
 {
   background-color: #002AAF;
 }
</style>
border-color css

<style>
 span { border-color: #002AAF; }

 span { border-color: rgb(0,42,175); }

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