Html Css Color HEX #153185 Smalt

📋 copy color: '#153185'

red 21 ◦ green 49 ◦ blue 133

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

Shades of Smalt #153185

Tints of Smalt #153185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 10.34%
G = 24.14%
B = 65.52%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153185 (or 0x153185) is known color: Smalt. HEX triplet: 15, 31 and 85. RGB value is (21,49,133). Sum of RGB (Red+Green+Blue) = 21+49+133=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #153185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153185 is #EACE7A. Grayscale: #313131. Windows color (decimal): -15388283 or 8728853. OLE color: 8728853.

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

Color convert

RGB 21 49 133 -
CMYK 0.84 0.63 0 0.48
HSL 225º 0.73% 0.3% -
HSV(B) 225º 0.84% 0.52% -
XYZ 5.64 4.05 22.67 -
YUV 50.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 21 49 133 0.84 0.63 0 0.48 225 0.73 0.3
Hex 15 31 85 54 3F 0 30 E1 49 1E
Octal 25 61 205 124 77 0 60 341 111 36
Binary 10101 110001 10000101 1010100 111111 0 110000 11100001 1001001 11110

Color Harmonies of #153185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153185

Black with #153185

Text Example


Text Example

White with #153185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153185; }

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

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

background-color css

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

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

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

border-color css

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

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

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