Html Css Color HEX #153947 Blue Whale

📋 copy color: '#153947'

red 21 ◦ green 57 ◦ blue 71

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

Shades of Blue Whale #153947

Tints of Blue Whale #153947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

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

R = 14.09%
G = 38.26%
B = 47.65%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153947 (or 0x153947) is known color: Blue Whale. HEX triplet: 15, 39 and 47. RGB value is (21,57,71). Sum of RGB (Red+Green+Blue) = 21+57+71=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #153947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153947 is #EAC6B8. Grayscale: #2F2F2F. Windows color (decimal): -15386297 or 4667669. OLE color: 4667669.

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

Color convert

RGB 21 57 71 -
CMYK 0.70 0.20 0 0.72
HSL 196.8º 0.54% 0.18% -
HSV(B) 196.8º 0.7% 0.28% -
XYZ 2.91 3.54 6.49 -
YUV 47.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 21 57 71 0.70 0.20 0 0.72 196.8 0.54 0.18
Hex 15 39 47 46 14 0 48 C5 36 12
Octal 25 71 107 106 24 0 110 305 66 22
Binary 10101 111001 1000111 1000110 10100 0 1001000 11000101 110110 10010

Color Harmonies of #153947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153947

Black with #153947

Text Example


Text Example

White with #153947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153947; }

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

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

background-color css

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

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

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

border-color css

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

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

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