#062EA5

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

Shades of International Klein Blue #062EA5

Tints of International Klein Blue #062EA5

Color information

#062EA5 (or 0x062EA5) is unknown color: approx International Klein Blue. HEX triplet: 06, 2E and A5. RGB value is (6,46,165). Sum of RGB (Red+Green+Blue) = 6+46+165=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 165 (64.84% from 255 or 76.04% from 217); Max value from RGB is 165 - color contains mainly: blue. Hex color #062EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062EA5 is #F9D15A. Grayscale: #2F2F2F. Windows color (decimal): -16372059 or 10825222. OLE color: 10825222.

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

Color convert

RGB646165-
CMYK0.960.7200.35
HSL224.91º92.98%33.53%-
HSV(B)224.91º96.36%64.71%-
XYZ7.844.7136.09-
YUV47.61194.2598.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 165 (64.84% from 255) = 76.04%
R=2.76%
G=21.20%
B=76.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6461650.960.7200.35224.9192.9833.53
Hex62EA56048023e15d22
Octal65624514011004334113542
Binary11010111010100101110000010010000100011111000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,165); }

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

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

 a { background-color: rgb(6,46,165); }

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

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

 span { border-color: rgb(6,46,165); }

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