#15316E

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

Shades of Sapphire #15316E

Tints of Sapphire #15316E

Color information

#15316E (or 0x15316E) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 6E. RGB value is (21,49,110). Sum of RGB (Red+Green+Blue) = 21+49+110=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #15316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15316E is #EACE91. Grayscale: #2F2F2F. Windows color (decimal): -15388306 or 7221525. OLE color: 7221525.

HSL color Cylindrical-coordinate representation of color #15316E: hue angle of 221.12º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15316E is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2149110-
CMYK0.810.5500.57
HSL221.12º67.94%25.69%-
HSV(B)221.12º80.91%43.14%-
XYZ4.223.4815.2-
YUV47.58163.22109.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=11.67%
G=27.22%
B=61.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21491100.810.5500.57221.1267.9425.69
Hex15316E5137039dd441a
Octal25611561216707133510432
Binary1010111000111011101010001110111011100111011101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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