Html Css Color HEX #153649 Blue Whale

📋 copy color: '#153649'

red 21 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #153649

Tints of Blue Whale #153649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.49%

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

R = 14.19%
G = 36.49%
B = 49.32%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153649 (or 0x153649) is known color: Blue Whale. HEX triplet: 15, 36 and 49. RGB value is (21,54,73). Sum of RGB (Red+Green+Blue) = 21+54+73=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #153649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153649 is #EAC9B6. Grayscale: #2E2E2E. Windows color (decimal): -15387063 or 4797973. OLE color: 4797973.

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

Color convert

RGB 21 54 73 -
CMYK 0.71 0.26 0 0.71
HSL 201.92º 0.55% 0.18% -
HSV(B) 201.92º 0.71% 0.29% -
XYZ 2.83 3.28 6.79 -
YUV 46.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 21 54 73 0.71 0.26 0 0.71 201.92 0.55 0.18
Hex 15 36 49 47 1A 0 47 CA 37 12
Octal 25 66 111 107 32 0 107 312 67 22
Binary 10101 110110 1001001 1000111 11010 0 1000111 11001010 110111 10010

Color Harmonies of #153649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153649

Black with #153649

Text Example


Text Example

White with #153649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153649; }

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

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

background-color css

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

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

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

border-color css

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

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

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