#15255E

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

Shades of Sapphire #15255E

Tints of Sapphire #15255E

Color information

#15255E (or 0x15255E) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 5E. RGB value is (21,37,94). Sum of RGB (Red+Green+Blue) = 21+37+94=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #15255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255E is #EADAA1. Grayscale: #262626. Windows color (decimal): -15391394 or 6169877. OLE color: 6169877.

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

Color convert

RGB213794-
CMYK0.780.6100.63
HSL226.85º63.48%22.55%-
HSV(B)226.85º77.66%36.86%-
XYZ2.992.2910.87-
YUV38.71159.2115.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=13.82%
G=24.34%
B=61.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2137940.780.6100.63226.8563.4822.55
Hex15255E4E3D03Fe33f17
Octal2545136116750773437727
Binary101011001011011110100111011110101111111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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