#152B86

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

Shades of Smalt #152B86

Tints of Smalt #152B86

Color information

#152B86 (or 0x152B86) is unknown color: approx Smalt. HEX triplet: 15, 2B and 86. RGB value is (21,43,134). Sum of RGB (Red+Green+Blue) = 21+43+134=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #152B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B86 is #EAD479. Grayscale: #2E2E2E. Windows color (decimal): -15389818 or 8792853. OLE color: 8792853.

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

Color convert

RGB2143134-
CMYK0.840.6800.47
HSL228.32º72.9%30.39%-
HSV(B)228.32º84.33%52.55%-
XYZ5.483.6122.96-
YUV46.8177.21109.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=10.61%
G=21.72%
B=67.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21431340.840.6800.47228.3272.930.39
Hex152B86544402Fe4491e
Octal255320612410405734411136
Binary101011010111000011010101001000100010111111100100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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