#062E49

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

Shades of Blue Whale #062E49

Tints of Blue Whale #062E49

Color information

#062E49 (or 0x062E49) is unknown color: approx Blue Whale. HEX triplet: 06, 2E and 49. RGB value is (6,46,73). Sum of RGB (Red+Green+Blue) = 6+46+73=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #062E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E49 is #F9D1B6. Grayscale: #242424. Windows color (decimal): -16372151 or 4795910. OLE color: 4795910.

HSL color Cylindrical-coordinate representation of color #062E49: hue angle of 204.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062E49 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64673-
CMYK0.920.3700.71
HSL204.18º84.81%15.49%-
HSV(B)204.18º91.78%28.63%-
XYZ2.252.476.66-
YUV37.12148.25105.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=4.8%
G=36.8%
B=58.4%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal646730.920.3700.71204.1884.8115.49
Hex62E495C25047cc55f
Octal65611113445010731412517
Binary11010111010010011011100100101010001111100110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,73); }

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

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

 a { background-color: rgb(6,46,73); }

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

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

 span { border-color: rgb(6,46,73); }

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