Html Css Color HEX #153549 Blue Whale

📋 copy color: '#153549'

red 21 ◦ green 53 ◦ blue 73

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

Shades of Blue Whale #153549

Tints of Blue Whale #153549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 14.29%
G = 36.05%
B = 49.66%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153549 (or 0x153549) is known color: Blue Whale. HEX triplet: 15, 35 and 49. RGB value is (21,53,73). Sum of RGB (Red+Green+Blue) = 21+53+73=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #153549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153549 is #EACAB6. Grayscale: #2D2D2D. Windows color (decimal): -15387319 or 4797717. OLE color: 4797717.

HSL color Cylindrical-coordinate representation of color #153549: hue angle of 203.08º 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 #153549 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 53 73 -
CMYK 0.71 0.27 0 0.71
HSL 203.08º 0.55% 0.18% -
HSV(B) 203.08º 0.71% 0.29% -
XYZ 2.78 3.19 6.77 -
YUV 45.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 21 53 73 0.71 0.27 0 0.71 203.08 0.55 0.18
Hex 15 35 49 47 1B 0 47 CB 37 12
Octal 25 65 111 107 33 0 107 313 67 22
Binary 10101 110101 1001001 1000111 11011 0 1000111 11001011 110111 10010

Color Harmonies of #153549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153549

Black with #153549

Text Example


Text Example

White with #153549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153549; }

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

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

background-color css

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

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

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

border-color css

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

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

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