Html Css Color HEX #153587 Smalt

📋 copy color: '#153587'

red 21 ◦ green 53 ◦ blue 135

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

Shades of Smalt #153587

Tints of Smalt #153587

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 10.05%
G = 25.36%
B = 64.59%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153587 (or 0x153587) is known color: Smalt. HEX triplet: 15, 35 and 87. RGB value is (21,53,135). Sum of RGB (Red+Green+Blue) = 21+53+135=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #153587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153587 is #EACA78. Grayscale: #343434. Windows color (decimal): -15387257 or 8860949. OLE color: 8860949.

HSL color Cylindrical-coordinate representation of color #153587: hue angle of 223.16º 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 #153587 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 53 135 -
CMYK 0.84 0.61 0 0.47
HSL 223.16º 0.73% 0.31% -
HSV(B) 223.16º 0.84% 0.53% -
XYZ 5.96 4.45 23.47 -
YUV 52.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 21 53 135 0.84 0.61 0 0.47 223.16 0.73 0.31
Hex 15 35 87 54 3D 0 2F DF 49 1F
Octal 25 65 207 124 75 0 57 337 111 37
Binary 10101 110101 10000111 1010100 111101 0 101111 11011111 1001001 11111

Color Harmonies of #153587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153587

Black with #153587

Text Example


Text Example

White with #153587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153587; }

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

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

background-color css

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

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

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

border-color css

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

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

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