#152C86

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

Shades of Smalt #152C86

Tints of Smalt #152C86

Color information

#152C86 (or 0x152C86) is unknown color: approx Smalt. HEX triplet: 15, 2C and 86. RGB value is (21,44,134). Sum of RGB (Red+Green+Blue) = 21+44+134=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #152C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C86 is #EAD379. Grayscale: #2F2F2F. Windows color (decimal): -15389562 or 8793109. OLE color: 8793109.

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

Color convert

RGB2144134-
CMYK0.840.6700.47
HSL227.79º72.9%30.39%-
HSV(B)227.79º84.33%52.55%-
XYZ5.513.6822.97-
YUV47.38176.88109.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=10.55%
G=22.11%
B=67.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21441340.840.6700.47227.7972.930.39
Hex152C86544302Fe4491e
Octal255420612410305734411136
Binary101011011001000011010101001000011010111111100100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152C86; }

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

 H1.HeaderClassName
 {
   color: #152C86;
 }
 .AnyTagClassName
 {
   color: #152C86;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #152C86;
 }
 .BgClassName
 {
   background-color: #152C86;
 }
</style>
border-color css

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

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

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