#152E88

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

Shades of Smalt #152E88

Tints of Smalt #152E88

Color information

#152E88 (or 0x152E88) is unknown color: approx Smalt. HEX triplet: 15, 2E and 88. RGB value is (21,46,136). Sum of RGB (Red+Green+Blue) = 21+46+136=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #152E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E88 is #EAD177. Grayscale: #303030. Windows color (decimal): -15389048 or 8924693. OLE color: 8924693.

HSL color Cylindrical-coordinate representation of color #152E88: hue angle of 226.96º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152E88 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2146136-
CMYK0.850.6600.47
HSL226.96º73.25%30.78%-
HSV(B)226.96º84.56%53.33%-
XYZ5.733.8923.74-
YUV48.78177.22108.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=10.34%
G=22.66%
B=67.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21461360.850.6600.47226.9673.2530.78
Hex152E88554202Fe3491f
Octal255621012510205734311137
Binary101011011101000100010101011000010010111111100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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