Html Css Color HEX #153187 Smalt

📋 copy color: '#153187'

red 21 ◦ green 49 ◦ blue 135

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

Shades of Smalt #153187

Tints of Smalt #153187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 10.24%
G = 23.9%
B = 65.85%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153187 (or 0x153187) is known color: Smalt. HEX triplet: 15, 31 and 87. RGB value is (21,49,135). Sum of RGB (Red+Green+Blue) = 21+49+135=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #153187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153187 is #EACE78. Grayscale: #323232. Windows color (decimal): -15388281 or 8859925. OLE color: 8859925.

HSL color Cylindrical-coordinate representation of color #153187: hue angle of 225.26º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153187 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 49 135 -
CMYK 0.84 0.64 0 0.47
HSL 225.26º 0.73% 0.31% -
HSV(B) 225.26º 0.84% 0.53% -
XYZ 5.78 4.11 23.41 -
YUV 50.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 21 49 135 0.84 0.64 0 0.47 225.26 0.73 0.31
Hex 15 31 87 54 40 0 2F E1 49 1F
Octal 25 61 207 124 100 0 57 341 111 37
Binary 10101 110001 10000111 1010100 1000000 0 101111 11100001 1001001 11111

Color Harmonies of #153187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153187

Black with #153187

Text Example


Text Example

White with #153187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153187; }

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

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

background-color css

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

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

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

border-color css

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

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

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