#15265A

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

Shades of Sapphire #15265A

Tints of Sapphire #15265A

Color information

#15265A (or 0x15265A) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 5A. RGB value is (21,38,90). Sum of RGB (Red+Green+Blue) = 21+38+90=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #15265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265A is #EAD9A5. Grayscale: #262626. Windows color (decimal): -15391142 or 5907989. OLE color: 5907989.

HSL color Cylindrical-coordinate representation of color #15265A: hue angle of 225.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15265A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213890-
CMYK0.770.5800.65
HSL225.22º62.16%21.76%-
HSV(B)225.22º76.67%35.29%-
XYZ2.852.289.96-
YUV38.84156.87115.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=14.09%
G=25.50%
B=60.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2138900.770.5800.65225.2262.1621.76
Hex15265A4D3A041e13e16
Octal25461321157201013417626
Binary1010110011010110101001101111010010000011110000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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