#062C47

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

Shades of Blue Whale #062C47

Tints of Blue Whale #062C47

Color information

#062C47 (or 0x062C47) is unknown color: approx Blue Whale. HEX triplet: 06, 2C and 47. RGB value is (6,44,71). Sum of RGB (Red+Green+Blue) = 6+44+71=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #062C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C47 is #F9D3B8. Grayscale: #232323. Windows color (decimal): -16372665 or 4664326. OLE color: 4664326.

HSL color Cylindrical-coordinate representation of color #062C47: hue angle of 204.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #062C47 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64471-
CMYK0.920.3800.72
HSL204.92º84.42%15.1%-
HSV(B)204.92º91.55%27.84%-
XYZ2.112.36.29-
YUV35.72147.91106.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=4.96%
G=36.36%
B=58.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal644710.920.3800.72204.9284.4215.1
Hex62C475C26048cd54f
Octal65410713446011031512417
Binary11010110010001111011100100110010010001100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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