#152C8B

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

Shades of Smalt #152C8B

Tints of Smalt #152C8B

Color information

#152C8B (or 0x152C8B) is unknown color: approx Smalt. HEX triplet: 15, 2C and 8B. RGB value is (21,44,139). Sum of RGB (Red+Green+Blue) = 21+44+139=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #152C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C8B is #EAD374. Grayscale: #2F2F2F. Windows color (decimal): -15389557 or 9120789. OLE color: 9120789.

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

Color convert

RGB2144139-
CMYK0.850.6800.45
HSL228.31º73.75%31.37%-
HSV(B)228.31º84.89%54.51%-
XYZ5.873.8224.85-
YUV47.95179.38108.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 139 (54.69% from 255) = 68.14%
R=10.29%
G=21.57%
B=68.14%

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
Decimal21441390.850.6800.45228.3173.7531.37
Hex152C8B554402De44a1f
Octal255421312510405534411237
Binary101011011001000101110101011000100010110111100100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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