#15265D

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

Shades of Sapphire #15265D

Tints of Sapphire #15265D

Color information

#15265D (or 0x15265D) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 5D. RGB value is (21,38,93). Sum of RGB (Red+Green+Blue) = 21+38+93=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #15265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265D is #EAD9A2. Grayscale: #262626. Windows color (decimal): -15391139 or 6104597. OLE color: 6104597.

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

Color convert

RGB213893-
CMYK0.770.5900.64
HSL225.83º63.16%22.35%-
HSV(B)225.83º77.42%36.47%-
XYZ2.982.3410.65-
YUV39.19158.37115.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=13.82%
G=25%
B=61.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2138930.770.5900.64225.8363.1622.35
Hex15265D4D3B040e23f16
Octal25461351157301003427726
Binary1010110011010111011001101111011010000001110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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