#15315F

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

Shades of Sapphire #15315F

Tints of Sapphire #15315F

Color information

#15315F (or 0x15315F) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 5F. RGB value is (21,49,95). Sum of RGB (Red+Green+Blue) = 21+49+95=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #15315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15315F is #EACEA0. Grayscale: #2D2D2D. Windows color (decimal): -15388321 or 6238485. OLE color: 6238485.

HSL color Cylindrical-coordinate representation of color #15315F: hue angle of 217.3º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15315F is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB214995-
CMYK0.780.4800.63
HSL217.3º63.79%22.75%-
HSV(B)217.3º77.89%37.25%-
XYZ3.473.1811.26-
YUV45.87155.72110.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=12.73%
G=29.70%
B=57.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2149950.780.4800.63217.363.7922.75
Hex15315F4E3003Fd94017
Octal25611371166007733110027
Binary1010111000110111111001110110000011111111011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15315F; }

 p { color: rgb(21,49,95); }

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

<style>
 a { background-color: #15315F; }

 a { background-color: rgb(21,49,95); }

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

<style>
 span { border-color: #15315F; }

 span { border-color: rgb(21,49,95); }

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