#15368D

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

Shades of Smalt #15368D

Tints of Smalt #15368D

Color information

#15368D (or 0x15368D) is unknown color: approx Smalt. HEX triplet: 15, 36 and 8D. RGB value is (21,54,141). Sum of RGB (Red+Green+Blue) = 21+54+141=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #15368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15368D is #EAC972. Grayscale: #353535. Windows color (decimal): -15386995 or 9254421. OLE color: 9254421.

HSL color Cylindrical-coordinate representation of color #15368D: hue angle of 223.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15368D is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2154141-
CMYK0.850.6200.45
HSL223.5º74.07%31.76%-
HSV(B)223.5º85.11%55.29%-
XYZ6.444.7225.77-
YUV54.05177.07104.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=9.72%
G=25%
B=65.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21541410.850.6200.45223.574.0731.76
Hex15368D553E02De04a20
Octal25662151257605534011240
Binary101011101101000110110101011111100101101111000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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