#152D8B

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

Shades of Smalt #152D8B

Tints of Smalt #152D8B

Color information

#152D8B (or 0x152D8B) is unknown color: approx Smalt. HEX triplet: 15, 2D and 8B. RGB value is (21,45,139). Sum of RGB (Red+Green+Blue) = 21+45+139=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #152D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D8B is #EAD274. Grayscale: #303030. Windows color (decimal): -15389301 or 9121045. OLE color: 9121045.

HSL color Cylindrical-coordinate representation of color #152D8B: hue angle of 227.8º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152D8B is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2145139-
CMYK0.850.6800.45
HSL227.8º73.75%31.37%-
HSV(B)227.8º84.89%54.51%-
XYZ5.913.924.87-
YUV48.54179.05108.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=10.24%
G=21.95%
B=67.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21451390.850.6800.45227.873.7531.37
Hex152D8B554402De44a1f
Octal255521312510405534411237
Binary101011011011000101110101011000100010110111100100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,139); }

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

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

 a { background-color: rgb(21,45,139); }

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

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

 span { border-color: rgb(21,45,139); }

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