Html Css Color HEX #153147 Blue Whale

📋 copy color: '#153147'

red 21 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #153147

Tints of Blue Whale #153147

RGB

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

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

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

R = 14.89%
G = 34.75%
B = 50.35%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153147 (or 0x153147) is known color: Blue Whale. HEX triplet: 15, 31 and 47. RGB value is (21,49,71). Sum of RGB (Red+Green+Blue) = 21+49+71=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #153147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153147 is #EACEB8. Grayscale: #2B2B2B. Windows color (decimal): -15388345 or 4665621. OLE color: 4665621.

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

Color convert

RGB 21 49 71 -
CMYK 0.70 0.31 0 0.72
HSL 206.4º 0.54% 0.18% -
HSV(B) 206.4º 0.7% 0.28% -
XYZ 2.54 2.81 6.37 -
YUV 43.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 21 49 71 0.70 0.31 0 0.72 206.4 0.54 0.18
Hex 15 31 47 46 1F 0 48 CE 36 12
Octal 25 61 107 106 37 0 110 316 66 22
Binary 10101 110001 1000111 1000110 11111 0 1001000 11001110 110110 10010

Color Harmonies of #153147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153147

Black with #153147

Text Example


Text Example

White with #153147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153147; }

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

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

background-color css

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

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

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

border-color css

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

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

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