#15245E

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

Shades of Sapphire #15245E

Tints of Sapphire #15245E

Color information

#15245E (or 0x15245E) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 5E. RGB value is (21,36,94). Sum of RGB (Red+Green+Blue) = 21+36+94=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #15245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15245E is #EADBA1. Grayscale: #252525. Windows color (decimal): -15391650 or 6169621. OLE color: 6169621.

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

Color convert

RGB213694-
CMYK0.780.6200.63
HSL227.67º63.48%22.55%-
HSV(B)227.67º77.66%36.86%-
XYZ2.962.2310.86-
YUV38.13159.53115.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=13.91%
G=23.84%
B=62.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2136940.780.6200.63227.6763.4822.55
Hex15245E4E3E03Fe43f17
Octal2544136116760773447727
Binary101011001001011110100111011111001111111110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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