#062BAE

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

Shades of International Klein Blue #062BAE

Tints of International Klein Blue #062BAE

Color information

#062BAE (or 0x062BAE) is unknown color: approx International Klein Blue. HEX triplet: 06, 2B and AE. RGB value is (6,43,174). Sum of RGB (Red+Green+Blue) = 6+43+174=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #062BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BAE is #F9D451. Grayscale: #2E2E2E. Windows color (decimal): -16372818 or 11414278. OLE color: 11414278.

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

Color convert

RGB643174-
CMYK0.970.7500.32
HSL226.79º93.33%35.29%-
HSV(B)226.79º96.55%68.24%-
XYZ8.584.8240.52-
YUV46.87199.7498.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 174 (68.36% from 255) = 78.03%
R=2.69%
G=19.28%
B=78.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6431740.970.7500.32226.7993.3335.29
Hex62BAE614B020e35d23
Octal65325614111304034313543
Binary11010101110101110110000110010110100000111000111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,174); }

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

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

 a { background-color: rgb(6,43,174); }

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

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

 span { border-color: rgb(6,43,174); }

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