#15356C

Color #15356C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #15356C

Tints of Sapphire #15356C

Color information

#15356C (or 0x15356C) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 6C. RGB value is (21,53,108). Sum of RGB (Red+Green+Blue) = 21+53+108=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #15356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15356C is #EACA93. Grayscale: #313131. Windows color (decimal): -15387284 or 7091477. OLE color: 7091477.

HSL color Cylindrical-coordinate representation of color #15356C: hue angle of 217.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15356C is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2153108-
CMYK0.810.5100.58
HSL217.93º67.44%25.29%-
HSV(B)217.93º80.56%42.35%-
XYZ4.293.7914.69-
YUV49.7160.9107.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=11.54%
G=29.12%
B=59.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21531080.810.5100.58217.9367.4425.29
Hex15356C513303Ada4319
Octal25651541216307233210331
Binary1010111010111011001010001110011011101011011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15356C; }

 p { color: rgb(21,53,108); }

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

<style>
 a { background-color: #15356C; }

 a { background-color: rgb(21,53,108); }

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

<style>
 span { border-color: #15356C; }

 span { border-color: rgb(21,53,108); }

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