Html Css Color HEX #153149 Blue Whale

📋 copy color: '#153149'

red 21 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #153149

Tints of Blue Whale #153149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.27%

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

R = 14.69%
G = 34.27%
B = 51.05%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153149 (or 0x153149) is known color: Blue Whale. HEX triplet: 15, 31 and 49. RGB value is (21,49,73). Sum of RGB (Red+Green+Blue) = 21+49+73=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #153149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153149 is #EACEB6. Grayscale: #2B2B2B. Windows color (decimal): -15388343 or 4796693. OLE color: 4796693.

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

Color convert

RGB 21 49 73 -
CMYK 0.71 0.33 0 0.71
HSL 207.69º 0.55% 0.18% -
HSV(B) 207.69º 0.71% 0.29% -
XYZ 2.61 2.84 6.71 -
YUV 43.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 21 49 73 0.71 0.33 0 0.71 207.69 0.55 0.18
Hex 15 31 49 47 21 0 47 D0 37 12
Octal 25 61 111 107 41 0 107 320 67 22
Binary 10101 110001 1001001 1000111 100001 0 1000111 11010000 110111 10010

Color Harmonies of #153149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153149

Black with #153149

Text Example


Text Example

White with #153149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153149; }

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

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

background-color css

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

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

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

border-color css

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

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

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