#153184

Color #153184 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #153184

Tints of Smalt #153184

Color information

#153184 (or 0x153184) is unknown color: approx 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

RGB2149132-
CMYK0.840.6300.48
HSL224.86º72.55%30%-
HSV(B)224.86º84.09%51.76%-
XYZ5.574.0222.31-
YUV50.09174.22107.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 132 (51.95% from 255) = 65.35%
R=10.40%
G=24.26%
B=65.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21491320.840.6300.48224.8672.5530
Hex153184543F030e1491e
Octal25612041247706034111136
Binary10101110001100001001010100111111011000011100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>