Html Css Color HEX #153446 Blue Whale

📋 copy color: '#153446'

red 21 ◦ green 52 ◦ blue 70

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

Shades of Blue Whale #153446

Tints of Blue Whale #153446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.95%

R = 14.69%
G = 36.36%
B = 48.95%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153446 (or 0x153446) is known color: Blue Whale. HEX triplet: 15, 34 and 46. RGB value is (21,52,70). Sum of RGB (Red+Green+Blue) = 21+52+70=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #153446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153446 is #EACBB9. Grayscale: #2C2C2C. Windows color (decimal): -15387578 or 4600853. OLE color: 4600853.

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

Color convert

RGB 21 52 70 -
CMYK 0.70 0.26 0 0.73
HSL 202.04º 0.54% 0.18% -
HSV(B) 202.04º 0.7% 0.27% -
XYZ 2.64 3.06 6.25 -
YUV 44.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 21 52 70 0.70 0.26 0 0.73 202.04 0.54 0.18
Hex 15 34 46 46 1A 0 49 CA 36 12
Octal 25 64 106 106 32 0 111 312 66 22
Binary 10101 110100 1000110 1000110 11010 0 1001001 11001010 110110 10010

Color Harmonies of #153446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153446

Black with #153446

Text Example


Text Example

White with #153446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153446; }

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

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

background-color css

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

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

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

border-color css

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

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

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