#15317A

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

Shades of Sapphire #15317A

Tints of Sapphire #15317A

Color information

#15317A (or 0x15317A) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 7A. RGB value is (21,49,122). Sum of RGB (Red+Green+Blue) = 21+49+122=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #15317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15317A is #EACE85. Grayscale: #303030. Windows color (decimal): -15388294 or 8007957. OLE color: 8007957.

HSL color Cylindrical-coordinate representation of color #15317A: hue angle of 223.37º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15317A is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2149122-
CMYK0.830.6000.52
HSL223.37º70.63%28.04%-
HSV(B)223.37º82.79%47.84%-
XYZ4.923.7618.88-
YUV48.95169.22108.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 122 (48.05% from 255) = 63.54%
R=10.94%
G=25.52%
B=63.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21491220.830.6000.52223.3770.6328.04
Hex15317A533C034df471c
Octal25611721237406433710734
Binary1010111000111110101010011111100011010011011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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