#062CB0

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

Shades of International Klein Blue #062CB0

Tints of International Klein Blue #062CB0

Color information

#062CB0 (or 0x062CB0) is unknown color: approx International Klein Blue. HEX triplet: 06, 2C and B0. RGB value is (6,44,176). Sum of RGB (Red+Green+Blue) = 6+44+176=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 176 (69.14% from 255 or 77.88% from 226); Max value from RGB is 176 - color contains mainly: blue. Hex color #062CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062CB0 is #F9D34F. Grayscale: #2F2F2F. Windows color (decimal): -16372560 or 11545606. OLE color: 11545606.

HSL color Cylindrical-coordinate representation of color #062CB0: hue angle of 226.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CB0 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB644176-
CMYK0.970.7500.31
HSL226.59º93.41%35.69%-
HSV(B)226.59º96.59%69.02%-
XYZ8.814.9741.57-
YUV47.69200.4198.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 176 (69.14% from 255) = 77.88%
R=2.65%
G=19.47%
B=77.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6441760.970.7500.31226.5993.4135.69
Hex62CB0614B01Fe35d24
Octal65426014111303734313544
Binary1101011001011000011000011001011011111111000111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,44,176); }

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

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

 a { background-color: rgb(6,44,176); }

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

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

 span { border-color: rgb(6,44,176); }

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