#062FAB

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

Shades of International Klein Blue #062FAB

Tints of International Klein Blue #062FAB

Color information

#062FAB (or 0x062FAB) is unknown color: approx International Klein Blue. HEX triplet: 06, 2F and AB. RGB value is (6,47,171). Sum of RGB (Red+Green+Blue) = 6+47+171=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #062FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062FAB is #F9D054. Grayscale: #303030. Windows color (decimal): -16371797 or 11218694. OLE color: 11218694.

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

Color convert

RGB647171-
CMYK0.960.7300.33
HSL225.09º93.22%34.71%-
HSV(B)225.09º96.49%67.06%-
XYZ8.445.0139.05-
YUV48.88196.9297.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=2.68%
G=20.98%
B=76.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6471710.960.7300.33225.0993.2234.71
Hex62FAB6049021e15d23
Octal65725314011104134113543
Binary11010111110101011110000010010010100001111000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,47,171); }

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

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

 a { background-color: rgb(6,47,171); }

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

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

 span { border-color: rgb(6,47,171); }

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