Html Css Color HEX #153949 Blue Whale

📋 copy color: '#153949'

red 21 ◦ green 57 ◦ blue 73

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

Shades of Blue Whale #153949

Tints of Blue Whale #153949

RGB

 RED value IS 21 (8.59% from 255) = 13.91%

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 13.91%
G = 37.75%
B = 48.34%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153949 (or 0x153949) is known color: Blue Whale. HEX triplet: 15, 39 and 49. RGB value is (21,57,73). Sum of RGB (Red+Green+Blue) = 21+57+73=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #153949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153949 is #EAC6B6. Grayscale: #2F2F2F. Windows color (decimal): -15386295 or 4798741. OLE color: 4798741.

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

Color convert

RGB 21 57 73 -
CMYK 0.71 0.22 0 0.71
HSL 198.46º 0.55% 0.18% -
HSV(B) 198.46º 0.71% 0.29% -
XYZ 2.97 3.57 6.83 -
YUV 48.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 21 57 73 0.71 0.22 0 0.71 198.46 0.55 0.18
Hex 15 39 49 47 16 0 47 C6 37 12
Octal 25 71 111 107 26 0 107 306 67 22
Binary 10101 111001 1001001 1000111 10110 0 1000111 11000110 110111 10010

Color Harmonies of #153949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153949

Black with #153949

Text Example


Text Example

White with #153949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153949; }

 p { color: rgb(21,57,73); }

 H1.HeaderClassName
 {
   color: #153949;
 }
 .AnyTagClassName
 {
   color: #153949;
 }
</style>

background-color css

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

 a { background-color: rgb(21,57,73); }

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

border-color css

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

 span { border-color: rgb(21,57,73); }

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