#062B48

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

Shades of Blue Whale #062B48

Tints of Blue Whale #062B48

Color information

#062B48 (or 0x062B48) is unknown color: approx Blue Whale. HEX triplet: 06, 2B and 48. RGB value is (6,43,72). Sum of RGB (Red+Green+Blue) = 6+43+72=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #062B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062B48 is #F9D4B7. Grayscale: #232323. Windows color (decimal): -16372920 or 4729606. OLE color: 4729606.

HSL color Cylindrical-coordinate representation of color #062B48: hue angle of 206.36º degrees, saturation: 0.85, 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 #062B48 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64372-
CMYK0.920.4000.72
HSL206.36º84.62%15.29%-
HSV(B)206.36º91.67%28.24%-
XYZ2.112.236.45-
YUV35.24148.74107.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=4.96%
G=35.54%
B=59.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal643720.920.4000.72206.3684.6215.29
Hex62B485C28048ce55f
Octal65311013450011031612517
Binary11010101110010001011100101000010010001100111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,72); }

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

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

 a { background-color: rgb(6,43,72); }

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

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

 span { border-color: rgb(6,43,72); }

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