#15286E

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

Shades of Sapphire #15286E

Tints of Sapphire #15286E

Color information

#15286E (or 0x15286E) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 6E. RGB value is (21,40,110). Sum of RGB (Red+Green+Blue) = 21+40+110=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #15286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15286E is #EAD791. Grayscale: #2A2A2A. Windows color (decimal): -15390610 or 7219221. OLE color: 7219221.

HSL color Cylindrical-coordinate representation of color #15286E: hue angle of 227.19º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15286E is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2140110-
CMYK0.810.6400.57
HSL227.19º67.94%25.69%-
HSV(B)227.19º80.91%43.14%-
XYZ3.882.815.09-
YUV42.3166.21112.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=12.28%
G=23.39%
B=64.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21401100.810.6400.57227.1967.9425.69
Hex15286E5140039e3441a
Octal255015612110007134310432
Binary10101101000110111010100011000000011100111100011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15286E; }

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

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

<style>
 a { background-color: #15286E; }

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

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

<style>
 span { border-color: #15286E; }

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

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