#15285B

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

Shades of Sapphire #15285B

Tints of Sapphire #15285B

Color information

#15285B (or 0x15285B) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 5B. RGB value is (21,40,91). Sum of RGB (Red+Green+Blue) = 21+40+91=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #15285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285B is #EAD7A4. Grayscale: #272727. Windows color (decimal): -15390629 or 5974037. OLE color: 5974037.

HSL color Cylindrical-coordinate representation of color #15285B: hue angle of 223.71º degrees, saturation: 0.62, 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 #15285B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214091-
CMYK0.770.5600.64
HSL223.71º62.5%21.96%-
HSV(B)223.71º76.92%35.69%-
XYZ2.962.4310.21-
YUV40.13156.71114.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=13.82%
G=26.32%
B=59.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2140910.770.5600.64223.7162.521.96
Hex15285B4D38040e03e16
Octal25501331157001003407626
Binary1010110100010110111001101111000010000001110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15285B; }

 p { color: rgb(21,40,91); }

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

<style>
 a { background-color: #15285B; }

 a { background-color: rgb(21,40,91); }

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

<style>
 span { border-color: #15285B; }

 span { border-color: rgb(21,40,91); }

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