#002AAA

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

Shades of International Klein Blue #002AAA

Tints of International Klein Blue #002AAA

Color information

#002AAA (or 0x002AAA) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and AA. RGB value is (0,42,170). Sum of RGB (Red+Green+Blue) = 0+42+170=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #002AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAA is #FFD555. Grayscale: #2B2B2B. Windows color (decimal): -16766294 or 11151872. OLE color: 11151872.

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

Color convert

RGB042170-
CMYK10.7500.33
HSL225.18º100%33.33%-
HSV(B)225.18º100%66.67%-
XYZ8.084.5638.48-
YUV44.03199.0996.59-

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.81%
BLUE value IS 170 (66.80% from 255) = 80.19%
R=0%
G=19.81%
B=80.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal04217010.7500.33225.1810033.33
Hex02AAA644B021e16421
Octal05225214411304134114441
Binary010101010101010110010010010110100001111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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