#15378A

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

Shades of Smalt #15378A

Tints of Smalt #15378A

Color information

#15378A (or 0x15378A) is unknown color: approx Smalt. HEX triplet: 15, 37 and 8A. RGB value is (21,55,138). Sum of RGB (Red+Green+Blue) = 21+55+138=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #15378A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15378A is #EAC875. Grayscale: #353535. Windows color (decimal): -15386742 or 9058069. OLE color: 9058069.

HSL color Cylindrical-coordinate representation of color #15378A: hue angle of 222.56º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15378A is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2155138-
CMYK0.850.6000.46
HSL222.56º73.58%31.18%-
HSV(B)222.56º84.78%54.12%-
XYZ6.264.7324.63-
YUV54.3175.24104.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=9.81%
G=25.70%
B=64.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21551380.850.6000.46222.5673.5831.18
Hex15378A553C02Edf4a1f
Octal25672121257405633711237
Binary10101110111100010101010101111100010111011011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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