#152E8B

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

Shades of Smalt #152E8B

Tints of Smalt #152E8B

Color information

#152E8B (or 0x152E8B) is unknown color: approx Smalt. HEX triplet: 15, 2E and 8B. RGB value is (21,46,139). Sum of RGB (Red+Green+Blue) = 21+46+139=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #152E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E8B is #EAD174. Grayscale: #303030. Windows color (decimal): -15389045 or 9121301. OLE color: 9121301.

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

Color convert

RGB2146139-
CMYK0.850.6700.45
HSL227.29º73.75%31.37%-
HSV(B)227.29º84.89%54.51%-
XYZ5.953.9824.88-
YUV49.13178.72107.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 139 (54.69% from 255) = 67.48%
R=10.19%
G=22.33%
B=67.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21461390.850.6700.45227.2973.7531.37
Hex152E8B554302De34a1f
Octal255621312510305534311237
Binary101011011101000101110101011000011010110111100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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