#062ABB

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

Shades of International Klein Blue #062ABB

Tints of International Klein Blue #062ABB

Color information

#062ABB (or 0x062ABB) is unknown color: approx International Klein Blue. HEX triplet: 06, 2A and BB. RGB value is (6,42,187). Sum of RGB (Red+Green+Blue) = 6+42+187=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #062ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ABB is #F9D544. Grayscale: #2F2F2F. Windows color (decimal): -16373061 or 12265990. OLE color: 12265990.

HSL color Cylindrical-coordinate representation of color #062ABB: hue angle of 228.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ABB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB642187-
CMYK0.970.7800.27
HSL228.07º93.78%37.84%-
HSV(B)228.07º96.79%73.33%-
XYZ9.875.2847.51-
YUV47.77206.5798.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 187 (73.44% from 255) = 79.57%
R=2.55%
G=17.87%
B=79.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6421870.970.7800.27228.0793.7837.84
Hex62ABB614E01Be45e26
Octal65227314111603334413646
Binary1101010101011101111000011001110011011111001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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