#062E4B

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

Shades of Blue Whale #062E4B

Tints of Blue Whale #062E4B

Color information

#062E4B (or 0x062E4B) is unknown color: approx Blue Whale. HEX triplet: 06, 2E and 4B. RGB value is (6,46,75). Sum of RGB (Red+Green+Blue) = 6+46+75=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #062E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E4B is #F9D1B4. Grayscale: #252525. Windows color (decimal): -16372149 or 4926982. OLE color: 4926982.

HSL color Cylindrical-coordinate representation of color #062E4B: hue angle of 205.22º 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 #062E4B is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB64675-
CMYK0.920.3900.71
HSL205.22º85.19%15.88%-
HSV(B)205.22º92%29.41%-
XYZ2.322.57.02-
YUV37.35149.25105.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=4.72%
G=36.22%
B=59.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal646750.920.3900.71205.2285.1915.88
Hex62E4B5C27047cd5510
Octal65611313447010731512520
Binary110101110100101110111001001110100011111001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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