Html Css Color HEX #153247 Blue Whale

📋 copy color: '#153247'

red 21 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #153247

Tints of Blue Whale #153247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

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

R = 14.79%
G = 35.21%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153247 (or 0x153247) is known color: Blue Whale. HEX triplet: 15, 32 and 47. RGB value is (21,50,71). Sum of RGB (Red+Green+Blue) = 21+50+71=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #153247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153247 is #EACDB8. Grayscale: #2B2B2B. Windows color (decimal): -15388089 or 4665877. OLE color: 4665877.

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

Color convert

RGB 21 50 71 -
CMYK 0.70 0.30 0 0.72
HSL 205.2º 0.54% 0.18% -
HSV(B) 205.2º 0.7% 0.28% -
XYZ 2.59 2.9 6.38 -
YUV 43.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 21 50 71 0.70 0.30 0 0.72 205.2 0.54 0.18
Hex 15 32 47 46 1E 0 48 CD 36 12
Octal 25 62 107 106 36 0 110 315 66 22
Binary 10101 110010 1000111 1000110 11110 0 1001000 11001101 110110 10010

Color Harmonies of #153247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153247

Black with #153247

Text Example


Text Example

White with #153247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153247; }

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

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

background-color css

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

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

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

border-color css

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

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

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