Html Css Color HEX #153946 Blue Whale

📋 copy color: '#153946'

red 21 ◦ green 57 ◦ blue 70

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

Shades of Blue Whale #153946

Tints of Blue Whale #153946

RGB

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

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

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

R = 14.19%
G = 38.51%
B = 47.3%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153946 (or 0x153946) is known color: Blue Whale. HEX triplet: 15, 39 and 46. RGB value is (21,57,70). Sum of RGB (Red+Green+Blue) = 21+57+70=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #153946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153946 is #EAC6B9. Grayscale: #2F2F2F. Windows color (decimal): -15386298 or 4602133. OLE color: 4602133.

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

Color convert

RGB 21 57 70 -
CMYK 0.70 0.19 0 0.73
HSL 195.92º 0.54% 0.18% -
HSV(B) 195.92º 0.7% 0.27% -
XYZ 2.88 3.53 6.32 -
YUV 47.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 21 57 70 0.70 0.19 0 0.73 195.92 0.54 0.18
Hex 15 39 46 46 13 0 49 C4 36 12
Octal 25 71 106 106 23 0 111 304 66 22
Binary 10101 111001 1000110 1000110 10011 0 1001001 11000100 110110 10010

Color Harmonies of #153946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153946

Black with #153946

Text Example


Text Example

White with #153946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153946; }

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

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

background-color css

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

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

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

border-color css

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

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

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