#002AA8

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

Shades of International Klein Blue #002AA8

Tints of International Klein Blue #002AA8

Color information

#002AA8 (or 0x002AA8) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and A8. RGB value is (0,42,168). Sum of RGB (Red+Green+Blue) = 0+42+168=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 168 (66.02% from 255 or 80% from 210); Max value from RGB is 168 - color contains mainly: blue. Hex color #002AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AA8 is #FFD557. Grayscale: #2B2B2B. Windows color (decimal): -16766296 or 11020800. OLE color: 11020800.

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

Color convert

RGB042168-
CMYK10.7500.34
HSL225º100%32.94%-
HSV(B)225º100%65.88%-
XYZ7.94.4837.49-
YUV43.81198.0996.75-

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) = 20%
BLUE value IS 168 (66.02% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal04216810.7500.3422510032.94
Hex02AA8644B022e16421
Octal05225014411304234114441
Binary010101010101000110010010010110100010111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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