#062DAC

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

Shades of International Klein Blue #062DAC

Tints of International Klein Blue #062DAC

Color information

#062DAC (or 0x062DAC) is unknown color: approx International Klein Blue. HEX triplet: 06, 2D and AC. RGB value is (6,45,172). Sum of RGB (Red+Green+Blue) = 6+45+172=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #062DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062DAC is #F9D253. Grayscale: #2F2F2F. Windows color (decimal): -16372308 or 11283718. OLE color: 11283718.

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

Color convert

RGB645172-
CMYK0.970.7400.33
HSL225.9º93.26%34.9%-
HSV(B)225.9º96.51%67.45%-
XYZ8.464.8939.53-
YUV47.82198.0898.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 172 (67.58% from 255) = 77.13%
R=2.69%
G=20.18%
B=77.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6451720.970.7400.33225.993.2634.9
Hex62DAC614A021e25d23
Octal65525414111204134213543
Binary11010110110101100110000110010100100001111000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,172); }

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

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

 a { background-color: rgb(6,45,172); }

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

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

 span { border-color: rgb(6,45,172); }

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