#15275E

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

Shades of Sapphire #15275E

Tints of Sapphire #15275E

Color information

#15275E (or 0x15275E) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 5E. RGB value is (21,39,94). Sum of RGB (Red+Green+Blue) = 21+39+94=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #15275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15275E is #EAD8A1. Grayscale: #272727. Windows color (decimal): -15390882 or 6170389. OLE color: 6170389.

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

Color convert

RGB213994-
CMYK0.780.5900.63
HSL225.21º63.48%22.55%-
HSV(B)225.21º77.66%36.86%-
XYZ3.062.4210.9-
YUV39.89158.54114.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=13.64%
G=25.32%
B=61.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2139940.780.5900.63225.2163.4822.55
Hex15275E4E3B03Fe13f17
Octal2547136116730773417727
Binary101011001111011110100111011101101111111110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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