#15276D

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

Shades of Sapphire #15276D

Tints of Sapphire #15276D

Color information

#15276D (or 0x15276D) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 6D. RGB value is (21,39,109). Sum of RGB (Red+Green+Blue) = 21+39+109=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #15276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15276D is #EAD892. Grayscale: #292929. Windows color (decimal): -15390867 or 7153429. OLE color: 7153429.

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

Color convert

RGB2139109-
CMYK0.810.6400.57
HSL227.73º67.69%25.49%-
HSV(B)227.73º80.73%42.75%-
XYZ3.82.7114.79-
YUV41.6166.04113.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=12.43%
G=23.08%
B=64.50%

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
Decimal21391090.810.6400.57227.7367.6925.49
Hex15276D5140039e44419
Octal254715512110007134410431
Binary10101100111110110110100011000000011100111100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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