Html Css Color HEX #153548 Blue Whale

📋 copy color: '#153548'

red 21 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #153548

Tints of Blue Whale #153548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 14.38%
G = 36.3%
B = 49.32%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153548 (or 0x153548) is known color: Blue Whale. HEX triplet: 15, 35 and 48. RGB value is (21,53,72). Sum of RGB (Red+Green+Blue) = 21+53+72=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #153548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153548 is #EACAB7. Grayscale: #2D2D2D. Windows color (decimal): -15387320 or 4732181. OLE color: 4732181.

HSL color Cylindrical-coordinate representation of color #153548: hue angle of 202.35º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153548 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 53 72 -
CMYK 0.71 0.26 0 0.72
HSL 202.35º 0.55% 0.18% -
HSV(B) 202.35º 0.71% 0.28% -
XYZ 2.75 3.17 6.6 -
YUV 45.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 21 53 72 0.71 0.26 0 0.72 202.35 0.55 0.18
Hex 15 35 48 47 1A 0 48 CA 37 12
Octal 25 65 110 107 32 0 110 312 67 22
Binary 10101 110101 1001000 1000111 11010 0 1001000 11001010 110111 10010

Color Harmonies of #153548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153548

Black with #153548

Text Example


Text Example

White with #153548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153548; }

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

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

background-color css

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

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

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

border-color css

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

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

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