#15266E

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

Shades of Sapphire #15266E

Tints of Sapphire #15266E

Color information

#15266E (or 0x15266E) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 6E. RGB value is (21,38,110). Sum of RGB (Red+Green+Blue) = 21+38+110=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #15266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15266E is #EAD991. Grayscale: #282828. Windows color (decimal): -15391122 or 7218709. OLE color: 7218709.

HSL color Cylindrical-coordinate representation of color #15266E: hue angle of 228.54º 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 #15266E is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2138110-
CMYK0.810.6500.57
HSL228.54º67.94%25.69%-
HSV(B)228.54º80.91%43.14%-
XYZ3.822.6715.07-
YUV41.12166.87113.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 110 (43.36% from 255) = 65.09%
R=12.43%
G=22.49%
B=65.09%

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
Decimal21381100.810.6500.57228.5467.9425.69
Hex15266E5141039e5441a
Octal254615612110107134510432
Binary10101100110110111010100011000001011100111100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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