#15317F

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

Shades of Sapphire #15317F

Tints of Sapphire #15317F

Color information

#15317F (or 0x15317F) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 7F. RGB value is (21,49,127). Sum of RGB (Red+Green+Blue) = 21+49+127=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #15317F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15317F is #EACE80. Grayscale: #313131. Windows color (decimal): -15388289 or 8335637. OLE color: 8335637.

HSL color Cylindrical-coordinate representation of color #15317F: hue angle of 224.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15317F is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2149127-
CMYK0.830.6100.50
HSL224.15º71.62%29.02%-
HSV(B)224.15º83.46%49.8%-
XYZ5.243.8920.55-
YUV49.52171.72107.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 127 (50% from 255) = 64.47%
R=10.66%
G=24.87%
B=64.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21491270.830.6100.50224.1571.6229.02
Hex15317F533D032e0481d
Octal25611771237506234011035
Binary1010111000111111111010011111101011001011100000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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