Html Css Color HEX #153447 Blue Whale

📋 copy color: '#153447'

red 21 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #153447

Tints of Blue Whale #153447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

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

R = 14.58%
G = 36.11%
B = 49.31%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153447 (or 0x153447) is known color: Blue Whale. HEX triplet: 15, 34 and 47. RGB value is (21,52,71). Sum of RGB (Red+Green+Blue) = 21+52+71=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #153447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153447 is #EACBB8. Grayscale: #2C2C2C. Windows color (decimal): -15387577 or 4666389. OLE color: 4666389.

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

Color convert

RGB 21 52 71 -
CMYK 0.70 0.27 0 0.72
HSL 202.8º 0.54% 0.18% -
HSV(B) 202.8º 0.7% 0.28% -
XYZ 2.67 3.07 6.41 -
YUV 44.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 21 52 71 0.70 0.27 0 0.72 202.8 0.54 0.18
Hex 15 34 47 46 1B 0 48 CB 36 12
Octal 25 64 107 106 33 0 110 313 66 22
Binary 10101 110100 1000111 1000110 11011 0 1001000 11001011 110110 10010

Color Harmonies of #153447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153447

Black with #153447

Text Example


Text Example

White with #153447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153447; }

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

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

background-color css

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

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

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

border-color css

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

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

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