#062C41

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

Shades of Blue Whale #062C41

Tints of Blue Whale #062C41

Color information

#062C41 (or 0x062C41) is unknown color: approx Blue Whale. HEX triplet: 06, 2C and 41. RGB value is (6,44,65). Sum of RGB (Red+Green+Blue) = 6+44+65=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #062C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C41 is #F9D3BE. Grayscale: #222222. Windows color (decimal): -16372671 or 4271110. OLE color: 4271110.

HSL color Cylindrical-coordinate representation of color #062C41: hue angle of 201.36º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062C41 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64465-
CMYK0.910.3200.75
HSL201.36º83.1%13.92%-
HSV(B)201.36º90.77%25.49%-
XYZ1.932.225.33-
YUV35.03144.91107.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=5.22%
G=38.26%
B=56.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal644650.910.3200.75201.3683.113.92
Hex62C415B2004Bc953e
Octal65410113340011331112316
Binary11010110010000011011011100000010010111100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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