Html Css Color HEX #153184 Smalt

📋 copy color: '#153184'

red 21 ◦ green 49 ◦ blue 132

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

Shades of Smalt #153184

Tints of Smalt #153184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.35%

R = 10.4%
G = 24.26%
B = 65.35%

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

#153184 (or 0x153184) is known color: Smalt. HEX triplet: 15, 31 and 84. RGB value is (21,49,132). Sum of RGB (Red+Green+Blue) = 21+49+132=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #153184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153184 is #EACE7B. Grayscale: #313131. Windows color (decimal): -15388284 or 8663317. OLE color: 8663317.

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

Color convert

RGB 21 49 132 -
CMYK 0.84 0.63 0 0.48
HSL 224.86º 0.73% 0.3% -
HSV(B) 224.86º 0.84% 0.52% -
XYZ 5.57 4.02 22.31 -
YUV 50.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 21 49 132 0.84 0.63 0 0.48 224.86 0.73 0.3
Hex 15 31 84 54 3F 0 30 E1 49 1E
Octal 25 61 204 124 77 0 60 341 111 36
Binary 10101 110001 10000100 1010100 111111 0 110000 11100001 1001001 11110

Color Harmonies of #153184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153184

Black with #153184

Text Example


Text Example

White with #153184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153184; }

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

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

background-color css

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

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

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

border-color css

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

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

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