#002AAD

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

Shades of International Klein Blue #002AAD

Tints of International Klein Blue #002AAD

Color information

#002AAD (or 0x002AAD) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and AD. RGB value is (0,42,173). Sum of RGB (Red+Green+Blue) = 0+42+173=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #002AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAD is #FFD552. Grayscale: #2B2B2B. Windows color (decimal): -16766291 or 11348480. OLE color: 11348480.

HSL color Cylindrical-coordinate representation of color #002AAD: hue angle of 225.43º 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 #002AAD is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB042173-
CMYK10.7600.32
HSL225.43º100%33.92%-
HSV(B)225.43º100%67.84%-
XYZ8.374.6740-
YUV44.38200.5996.35-

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.53%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=0%
G=19.53%
B=80.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal04217310.7600.32225.4310033.92
Hex02AAD644C020e16422
Octal05225514411404034114442
Binary010101010101101110010010011000100000111000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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