Html Css Color HEX #153186 Smalt

📋 copy color: '#153186'

red 21 ◦ green 49 ◦ blue 134

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

Shades of Smalt #153186

Tints of Smalt #153186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 65.69%

R = 10.29%
G = 24.02%
B = 65.69%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153186 (or 0x153186) is known color: Smalt. HEX triplet: 15, 31 and 86. RGB value is (21,49,134). Sum of RGB (Red+Green+Blue) = 21+49+134=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #153186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153186 is #EACE79. Grayscale: #313131. Windows color (decimal): -15388282 or 8794389. OLE color: 8794389.

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

Color convert

RGB 21 49 134 -
CMYK 0.84 0.63 0 0.47
HSL 225.13º 0.73% 0.3% -
HSV(B) 225.13º 0.84% 0.53% -
XYZ 5.71 4.08 23.04 -
YUV 50.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 21 49 134 0.84 0.63 0 0.47 225.13 0.73 0.3
Hex 15 31 86 54 3F 0 2F E1 49 1E
Octal 25 61 206 124 77 0 57 341 111 36
Binary 10101 110001 10000110 1010100 111111 0 101111 11100001 1001001 11110

Color Harmonies of #153186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153186

Black with #153186

Text Example


Text Example

White with #153186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153186; }

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

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

background-color css

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

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

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

border-color css

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

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

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