#003149

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

Shades of Blue Whale #003149

Tints of Blue Whale #003149

Color information

#003149 (or 0x003149) is unknown color: approx Blue Whale. HEX triplet: 00, 31 and 49. RGB value is (0,49,73). Sum of RGB (Red+Green+Blue) = 0+49+73=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #003149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003149 is #FFCEB6. Grayscale: #242424. Windows color (decimal): -16764599 or 4796672. OLE color: 4796672.

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

Color convert

RGB04973-
CMYK10.3300.71
HSL199.73º100%14.31%-
HSV(B)199.73º100%28.63%-
XYZ2.32.686.7-
YUV37.08148.27101.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=0%
G=40.16%
B=59.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0497310.3300.71199.7310014.31
Hex031496421047c864e
Octal06111114441010731014416
Binary011000110010011100100100001010001111100100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003149; }

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

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

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

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

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

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

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

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