#002aa5

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

Shades of International Klein Blue #002AA5

Tints of International Klein Blue #002AA5

Color information

#002AA5 (or 0x002AA5) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and A5. RGB value is (0,42,165). Sum of RGB (Red+Green+Blue) = 0+42+165=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 165 (64.84% from 255 or 79.71% from 207); Max value from RGB is 165 - color contains mainly: blue. Hex color #002AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AA5 is #FFD55A. Grayscale: #2A2A2A. Windows color (decimal): -16766299 or 10824192. OLE color: 10824192.

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

Color convert

RGB042165-
CMYK10.7500.35
HSL224.73º100%32.35%-
HSV(B)224.73º100%64.71%-
XYZ7.624.3736.04-
YUV43.46196.5997-

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.29%
BLUE value IS 165 (64.84% from 255) = 79.71%
R=0%
G=20.29%
B=79.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal04216510.7500.35224.7310032.35
Hex02AA5644B023e16420
Octal05224514411304334114440
Binary010101010100101110010010010110100011111000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002aa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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