Html Css Color HEX #153146 Blue Whale

📋 copy color: '#153146'

red 21 ◦ green 49 ◦ blue 70

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

Shades of Blue Whale #153146

Tints of Blue Whale #153146

RGB

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

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

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

R = 15%
G = 35%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153146 (or 0x153146) is known color: Blue Whale. HEX triplet: 15, 31 and 46. RGB value is (21,49,70). Sum of RGB (Red+Green+Blue) = 21+49+70=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #153146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153146 is #EACEB9. Grayscale: #2A2A2A. Windows color (decimal): -15388346 or 4600085. OLE color: 4600085.

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

Color convert

RGB 21 49 70 -
CMYK 0.70 0.30 0 0.73
HSL 205.71º 0.54% 0.18% -
HSV(B) 205.71º 0.7% 0.27% -
XYZ 2.51 2.8 6.2 -
YUV 43.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 21 49 70 0.70 0.30 0 0.73 205.71 0.54 0.18
Hex 15 31 46 46 1E 0 49 CE 36 12
Octal 25 61 106 106 36 0 111 316 66 22
Binary 10101 110001 1000110 1000110 11110 0 1001001 11001110 110110 10010

Color Harmonies of #153146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153146

Black with #153146

Text Example


Text Example

White with #153146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153146; }

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

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

background-color css

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

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

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

border-color css

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

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

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