#15255D

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

Shades of Sapphire #15255D

Tints of Sapphire #15255D

Color information

#15255D (or 0x15255D) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 5D. RGB value is (21,37,93). Sum of RGB (Red+Green+Blue) = 21+37+93=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #15255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255D is #EADAA2. Grayscale: #262626. Windows color (decimal): -15391395 or 6104341. OLE color: 6104341.

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

Color convert

RGB213793-
CMYK0.770.6000.64
HSL226.67º63.16%22.35%-
HSV(B)226.67º77.42%36.47%-
XYZ2.952.2710.64-
YUV38.6158.7115.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=13.91%
G=24.50%
B=61.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2137930.770.6000.64226.6763.1622.35
Hex15255D4D3C040e33f16
Octal25451351157401003437726
Binary1010110010110111011001101111100010000001110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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