#15285E

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

Shades of Sapphire #15285E

Tints of Sapphire #15285E

Color information

#15285E (or 0x15285E) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 5E. RGB value is (21,40,94). Sum of RGB (Red+Green+Blue) = 21+40+94=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #15285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285E is #EAD7A1. Grayscale: #282828. Windows color (decimal): -15390626 or 6170645. OLE color: 6170645.

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

Color convert

RGB214094-
CMYK0.780.5700.63
HSL224.38º63.48%22.55%-
HSV(B)224.38º77.66%36.86%-
XYZ3.092.4910.91-
YUV40.47158.21114.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=13.55%
G=25.81%
B=60.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2140940.780.5700.63224.3863.4822.55
Hex15285E4E3903Fe03f17
Octal2550136116710773407727
Binary101011010001011110100111011100101111111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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