#15255A

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

Shades of Sapphire #15255A

Tints of Sapphire #15255A

Color information

#15255A (or 0x15255A) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 5A. RGB value is (21,37,90). Sum of RGB (Red+Green+Blue) = 21+37+90=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #15255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255A is #EADAA5. Grayscale: #262626. Windows color (decimal): -15391398 or 5907733. OLE color: 5907733.

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

Color convert

RGB213790-
CMYK0.770.5900.65
HSL226.09º62.16%21.76%-
HSV(B)226.09º76.67%35.29%-
XYZ2.822.229.95-
YUV38.26157.2115.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=14.19%
G=25%
B=60.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2137900.770.5900.65226.0962.1621.76
Hex15255A4D3B041e23e16
Octal25451321157301013427626
Binary1010110010110110101001101111011010000011110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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