Html Css Color HEX #153449 Blue Whale

📋 copy color: '#153449'

red 21 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #153449

Tints of Blue Whale #153449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 14.38%
G = 35.62%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153449 (or 0x153449) is known color: Blue Whale. HEX triplet: 15, 34 and 49. RGB value is (21,52,73). Sum of RGB (Red+Green+Blue) = 21+52+73=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #153449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153449 is #EACBB6. Grayscale: #2D2D2D. Windows color (decimal): -15387575 or 4797461. OLE color: 4797461.

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

Color convert

RGB 21 52 73 -
CMYK 0.71 0.29 0 0.71
HSL 204.23º 0.55% 0.18% -
HSV(B) 204.23º 0.71% 0.29% -
XYZ 2.74 3.1 6.76 -
YUV 45.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 21 52 73 0.71 0.29 0 0.71 204.23 0.55 0.18
Hex 15 34 49 47 1D 0 47 CC 37 12
Octal 25 64 111 107 35 0 107 314 67 22
Binary 10101 110100 1001001 1000111 11101 0 1000111 11001100 110111 10010

Color Harmonies of #153449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153449

Black with #153449

Text Example


Text Example

White with #153449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153449; }

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

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

background-color css

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

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

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

border-color css

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

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

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