Html Css Color HEX #003149 Blue Whale

📋 copy color: '#003149'

red 0 ◦ green 49 ◦ blue 73

#003149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #003149

Tints of Blue Whale #003149

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 value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003149 (or 0x003149) is known color: 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

RGB 0 49 73 -
CMYK 1 0.33 0 0.71
HSL 199.73º 1% 0.14% -
HSV(B) 199.73º 1% 0.29% -
XYZ 2.3 2.68 6.7 -
YUV 37.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 0 49 73 1 0.33 0 0.71 199.73 1 0.14
Hex 0 31 49 64 21 0 47 C8 64 E
Octal 0 61 111 144 41 0 107 310 144 16
Binary 0 110001 1001001 1100100 100001 0 1000111 11001000 1100100 1110

Color Harmonies of #003149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003149

Black with #003149

Text Example


Text Example

White with #003149

Text Example


Text Example

HTML Codes & Css Web 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>