Html Css Color HEX #153048 Blue Whale

📋 copy color: '#153048'

red 21 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #153048

Tints of Blue Whale #153048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.04%

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

R = 14.89%
G = 34.04%
B = 51.06%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153048 (or 0x153048) is known color: Blue Whale. HEX triplet: 15, 30 and 48. RGB value is (21,48,72). Sum of RGB (Red+Green+Blue) = 21+48+72=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #153048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153048 is #EACFB7. Grayscale: #2A2A2A. Windows color (decimal): -15388600 or 4730901. OLE color: 4730901.

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

Color convert

RGB 21 48 72 -
CMYK 0.71 0.33 0 0.72
HSL 208.24º 0.55% 0.18% -
HSV(B) 208.24º 0.71% 0.28% -
XYZ 2.54 2.74 6.53 -
YUV 42.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 21 48 72 0.71 0.33 0 0.72 208.24 0.55 0.18
Hex 15 30 48 47 21 0 48 D0 37 12
Octal 25 60 110 107 41 0 110 320 67 22
Binary 10101 110000 1001000 1000111 100001 0 1001000 11010000 110111 10010

Color Harmonies of #153048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153048

Black with #153048

Text Example


Text Example

White with #153048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153048; }

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

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

background-color css

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

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

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

border-color css

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

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

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