#15315E

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

Shades of Sapphire #15315E

Tints of Sapphire #15315E

Color information

#15315E (or 0x15315E) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 5E. RGB value is (21,49,94). Sum of RGB (Red+Green+Blue) = 21+49+94=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #15315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15315E is #EACEA1. Grayscale: #2D2D2D. Windows color (decimal): -15388322 or 6172949. OLE color: 6172949.

HSL color Cylindrical-coordinate representation of color #15315E: hue angle of 216.99º degrees, saturation: 0.63, 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 #15315E is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB214994-
CMYK0.780.4800.63
HSL216.99º63.48%22.55%-
HSV(B)216.99º77.66%36.86%-
XYZ3.433.1611.02-
YUV45.76155.22110.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=12.80%
G=29.88%
B=57.32%

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
Decimal2149940.780.4800.63216.9963.4822.55
Hex15315E4E3003Fd93f17
Octal2561136116600773317727
Binary101011100011011110100111011000001111111101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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