#15356B

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

Shades of Sapphire #15356B

Tints of Sapphire #15356B

Color information

#15356B (or 0x15356B) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 6B. RGB value is (21,53,107). Sum of RGB (Red+Green+Blue) = 21+53+107=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #15356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15356B is #EACA94. Grayscale: #313131. Windows color (decimal): -15387285 or 7025941. OLE color: 7025941.

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

Color convert

RGB2153107-
CMYK0.800.5000.58
HSL217.67º67.19%25.1%-
HSV(B)217.67º80.37%41.96%-
XYZ4.243.7714.41-
YUV49.59160.4107.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=11.60%
G=29.28%
B=59.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21531070.800.5000.58217.6767.1925.1
Hex15356B503203Ada4319
Octal25651531206207233210331
Binary1010111010111010111010000110010011101011011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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