Html Css Color HEX #153047 Blue Whale

📋 copy color: '#153047'

red 21 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #153047

Tints of Blue Whale #153047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 15%
G = 34.29%
B = 50.71%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153047 (or 0x153047) is known color: Blue Whale. HEX triplet: 15, 30 and 47. RGB value is (21,48,71). Sum of RGB (Red+Green+Blue) = 21+48+71=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #153047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153047 is #EACFB8. Grayscale: #2A2A2A. Windows color (decimal): -15388601 or 4665365. OLE color: 4665365.

HSL color Cylindrical-coordinate representation of color #153047: hue angle of 207.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153047 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 48 71 -
CMYK 0.70 0.32 0 0.72
HSL 207.6º 0.54% 0.18% -
HSV(B) 207.6º 0.7% 0.28% -
XYZ 2.5 2.73 6.36 -
YUV 42.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 21 48 71 0.70 0.32 0 0.72 207.6 0.54 0.18
Hex 15 30 47 46 20 0 48 D0 36 12
Octal 25 60 107 106 40 0 110 320 66 22
Binary 10101 110000 1000111 1000110 100000 0 1001000 11010000 110110 10010

Color Harmonies of #153047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153047

Black with #153047

Text Example


Text Example

White with #153047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153047; }

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

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

background-color css

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

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

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

border-color css

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

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

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