Html Css Color HEX #153148 Blue Whale

📋 copy color: '#153148'

red 21 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #153148

Tints of Blue Whale #153148

RGB

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

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

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

R = 14.79%
G = 34.51%
B = 50.7%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153148 (or 0x153148) is known color: Blue Whale. HEX triplet: 15, 31 and 48. RGB value is (21,49,72). Sum of RGB (Red+Green+Blue) = 21+49+72=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #153148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153148 is #EACEB7. Grayscale: #2B2B2B. Windows color (decimal): -15388344 or 4731157. OLE color: 4731157.

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

Color convert

RGB 21 49 72 -
CMYK 0.71 0.32 0 0.72
HSL 207.06º 0.55% 0.18% -
HSV(B) 207.06º 0.71% 0.28% -
XYZ 2.58 2.82 6.54 -
YUV 43.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 21 49 72 0.71 0.32 0 0.72 207.06 0.55 0.18
Hex 15 31 48 47 20 0 48 CF 37 12
Octal 25 61 110 107 40 0 110 317 67 22
Binary 10101 110001 1001000 1000111 100000 0 1001000 11001111 110111 10010

Color Harmonies of #153148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153148

Black with #153148

Text Example


Text Example

White with #153148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153148; }

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

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

background-color css

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

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

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

border-color css

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

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

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