#15378B

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

Shades of Smalt #15378B

Tints of Smalt #15378B

Color information

#15378B (or 0x15378B) is unknown color: approx Smalt. HEX triplet: 15, 37 and 8B. RGB value is (21,55,139). Sum of RGB (Red+Green+Blue) = 21+55+139=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #15378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15378B is #EAC874. Grayscale: #363636. Windows color (decimal): -15386741 or 9123605. OLE color: 9123605.

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

Color convert

RGB2155139-
CMYK0.850.6000.45
HSL222.71º73.75%31.37%-
HSV(B)222.71º84.89%54.51%-
XYZ6.344.7625.01-
YUV54.41175.74104.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=9.77%
G=25.58%
B=64.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21551390.850.6000.45222.7173.7531.37
Hex15378B553C02Ddf4a1f
Octal25672131257405533711237
Binary10101110111100010111010101111100010110111011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15378B; }

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

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

<style>
 a { background-color: #15378B; }

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

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

<style>
 span { border-color: #15378B; }

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

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