#15368B

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

Shades of Smalt #15368B

Tints of Smalt #15368B

Color information

#15368B (or 0x15368B) is unknown color: approx Smalt. HEX triplet: 15, 36 and 8B. RGB value is (21,54,139). Sum of RGB (Red+Green+Blue) = 21+54+139=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #15368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15368B is #EAC974. Grayscale: #353535. Windows color (decimal): -15386997 or 9123349. OLE color: 9123349.

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

Color convert

RGB2154139-
CMYK0.850.6100.45
HSL223.22º73.75%31.37%-
HSV(B)223.22º84.89%54.51%-
XYZ6.294.6624.99-
YUV53.82176.07104.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=9.81%
G=25.23%
B=64.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21541390.850.6100.45223.2273.7531.37
Hex15368B553D02Ddf4a1f
Octal25662131257505533711237
Binary10101110110100010111010101111101010110111011111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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