Html Css Color HEX #153349 Blue Whale

📋 copy color: '#153349'

red 21 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #153349

Tints of Blue Whale #153349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 14.48%
G = 35.17%
B = 50.34%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153349 (or 0x153349) is known color: Blue Whale. HEX triplet: 15, 33 and 49. RGB value is (21,51,73). Sum of RGB (Red+Green+Blue) = 21+51+73=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #153349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153349 is #EACCB6. Grayscale: #2C2C2C. Windows color (decimal): -15387831 or 4797205. OLE color: 4797205.

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

Color convert

RGB 21 51 73 -
CMYK 0.71 0.30 0 0.71
HSL 205.38º 0.55% 0.18% -
HSV(B) 205.38º 0.71% 0.29% -
XYZ 2.7 3.01 6.74 -
YUV 44.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 21 51 73 0.71 0.30 0 0.71 205.38 0.55 0.18
Hex 15 33 49 47 1E 0 47 CD 37 12
Octal 25 63 111 107 36 0 107 315 67 22
Binary 10101 110011 1001001 1000111 11110 0 1000111 11001101 110111 10010

Color Harmonies of #153349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153349

Black with #153349

Text Example


Text Example

White with #153349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153349; }

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

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

background-color css

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

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

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

border-color css

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

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

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