#15275C

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

Shades of Sapphire #15275C

Tints of Sapphire #15275C

Color information

#15275C (or 0x15275C) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 5C. RGB value is (21,39,92). Sum of RGB (Red+Green+Blue) = 21+39+92=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #15275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15275C is #EAD8A3. Grayscale: #272727. Windows color (decimal): -15390884 or 6039317. OLE color: 6039317.

HSL color Cylindrical-coordinate representation of color #15275C: hue angle of 224.79º 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 #15275C is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213992-
CMYK0.770.5800.64
HSL224.79º62.83%22.16%-
HSV(B)224.79º77.17%36.08%-
XYZ2.972.3810.43-
YUV39.66157.54114.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=13.82%
G=25.66%
B=60.53%

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
Decimal2139920.770.5800.64224.7962.8322.16
Hex15275C4D3A040e13f16
Octal25471341157201003417726
Binary1010110011110111001001101111010010000001110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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