#15266D

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

Shades of Sapphire #15266D

Tints of Sapphire #15266D

Color information

#15266D (or 0x15266D) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 6D. RGB value is (21,38,109). Sum of RGB (Red+Green+Blue) = 21+38+109=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #15266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15266D is #EAD992. Grayscale: #282828. Windows color (decimal): -15391123 or 7153173. OLE color: 7153173.

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

Color convert

RGB2138109-
CMYK0.810.6500.57
HSL228.41º67.69%25.49%-
HSV(B)228.41º80.73%42.75%-
XYZ3.762.6514.78-
YUV41.01166.37113.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=12.5%
G=22.62%
B=64.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21381090.810.6500.57228.4167.6925.49
Hex15266D5141039e44419
Octal254615512110107134410431
Binary10101100110110110110100011000001011100111100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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