#15275D

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

Shades of Sapphire #15275D

Tints of Sapphire #15275D

Color information

#15275D (or 0x15275D) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 5D. RGB value is (21,39,93). Sum of RGB (Red+Green+Blue) = 21+39+93=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #15275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15275D is #EAD8A2. Grayscale: #272727. Windows color (decimal): -15390883 or 6104853. OLE color: 6104853.

HSL color Cylindrical-coordinate representation of color #15275D: hue angle of 225º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15275D is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213993-
CMYK0.770.5800.64
HSL225º63.16%22.35%-
HSV(B)225º77.42%36.47%-
XYZ3.012.410.66-
YUV39.77158.04114.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=13.73%
G=25.49%
B=60.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2139930.770.5800.6422563.1622.35
Hex15275D4D3A040e13f16
Octal25471351157201003417726
Binary1010110011110111011001101111010010000001110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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