#063041

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

Shades of Blue Whale #063041

Tints of Blue Whale #063041

Color information

#063041 (or 0x063041) is unknown color: approx Blue Whale. HEX triplet: 06, 30 and 41. RGB value is (6,48,65). Sum of RGB (Red+Green+Blue) = 6+48+65=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #063041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063041 is #F9CFBE. Grayscale: #252525. Windows color (decimal): -16371647 or 4272134. OLE color: 4272134.

HSL color Cylindrical-coordinate representation of color #063041: hue angle of 197.29º 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 #063041 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64865-
CMYK0.910.2600.75
HSL197.29º83.1%13.92%-
HSV(B)197.29º90.77%25.49%-
XYZ2.092.535.38-
YUV37.38143.59105.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=5.04%
G=40.34%
B=54.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal648650.910.2600.75197.2983.113.92
Hex630415B1A04Bc553e
Octal66010113332011330512316
Binary1101100001000001101101111010010010111100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063041; }

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

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

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

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

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

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

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

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