#062F4B

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

Shades of Blue Whale #062F4B

Tints of Blue Whale #062F4B

Color information

#062F4B (or 0x062F4B) is unknown color: approx Blue Whale. HEX triplet: 06, 2F and 4B. RGB value is (6,47,75). Sum of RGB (Red+Green+Blue) = 6+47+75=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #062F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F4B is #F9D0B4. Grayscale: #252525. Windows color (decimal): -16371893 or 4927238. OLE color: 4927238.

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

Color convert

RGB64775-
CMYK0.920.3700.71
HSL204.35º85.19%15.88%-
HSV(B)204.35º92%29.41%-
XYZ2.362.587.03-
YUV37.93148.92105.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=4.69%
G=36.72%
B=58.59%

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
Decimal647750.920.3700.71204.3585.1915.88
Hex62F4B5C25047cc5510
Octal65711313445010731412520
Binary110101111100101110111001001010100011111001100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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