#063149

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

Shades of Blue Whale #063149

Tints of Blue Whale #063149

Color information

#063149 (or 0x063149) is unknown color: approx Blue Whale. HEX triplet: 06, 31 and 49. RGB value is (6,49,73). Sum of RGB (Red+Green+Blue) = 6+49+73=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #063149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063149 is #F9CEB6. Grayscale: #262626. Windows color (decimal): -16371383 or 4796678. OLE color: 4796678.

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

Color convert

RGB64973-
CMYK0.920.3300.71
HSL201.49º84.81%15.49%-
HSV(B)201.49º91.78%28.63%-
XYZ2.382.726.7-
YUV38.88147.25104.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=4.69%
G=38.28%
B=57.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal649730.920.3300.71201.4984.8115.49
Hex631495C21047c955f
Octal66111113441010731112517
Binary11011000110010011011100100001010001111100100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063149; }

 p { color: rgb(6,49,73); }

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

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

 a { background-color: rgb(6,49,73); }

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

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

 span { border-color: rgb(6,49,73); }

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