#062AAA

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

Shades of International Klein Blue #062AAA

Tints of International Klein Blue #062AAA

Color information

#062AAA (or 0x062AAA) is unknown color: approx International Klein Blue. HEX triplet: 06, 2A and AA. RGB value is (6,42,170). Sum of RGB (Red+Green+Blue) = 6+42+170=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #062AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062AAA is #F9D555. Grayscale: #2D2D2D. Windows color (decimal): -16373078 or 11151878. OLE color: 11151878.

HSL color Cylindrical-coordinate representation of color #062AAA: hue angle of 226.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062AAA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB642170-
CMYK0.960.7500.33
HSL226.83º93.18%34.51%-
HSV(B)226.83º96.47%66.67%-
XYZ8.164.638.49-
YUV45.83198.0799.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 170 (66.80% from 255) = 77.98%
R=2.75%
G=19.27%
B=77.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6421700.960.7500.33226.8393.1834.51
Hex62AAA604B021e35d23
Octal65225214011304134313543
Binary11010101010101010110000010010110100001111000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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