#062BA4

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

Shades of International Klein Blue #062BA4

Tints of International Klein Blue #062BA4

Color information

#062BA4 (or 0x062BA4) is unknown color: approx International Klein Blue. HEX triplet: 06, 2B and A4. RGB value is (6,43,164). Sum of RGB (Red+Green+Blue) = 6+43+164=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 164 (64.45% from 255 or 77.00% from 213); Max value from RGB is 164 - color contains mainly: blue. Hex color #062BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062BA4 is #F9D45B. Grayscale: #2D2D2D. Windows color (decimal): -16372828 or 10758918. OLE color: 10758918.

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

Color convert

RGB643164-
CMYK0.960.7400.36
HSL225.95º92.94%33.33%-
HSV(B)225.95º96.34%64.31%-
XYZ7.644.4535.58-
YUV45.73194.7499.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 164 (64.45% from 255) = 77.00%
R=2.82%
G=20.19%
B=77.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6431640.960.7400.36225.9592.9433.33
Hex62BA4604A024e25d21
Octal65324414011204434213541
Binary11010101110100100110000010010100100100111000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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