#15276C

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

Shades of Sapphire #15276C

Tints of Sapphire #15276C

Color information

#15276C (or 0x15276C) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 6C. RGB value is (21,39,108). Sum of RGB (Red+Green+Blue) = 21+39+108=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #15276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15276C is #EAD893. Grayscale: #292929. Windows color (decimal): -15390868 or 7087893. OLE color: 7087893.

HSL color Cylindrical-coordinate representation of color #15276C: hue angle of 227.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15276C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2139108-
CMYK0.810.6400.58
HSL227.59º67.44%25.29%-
HSV(B)227.59º80.56%42.35%-
XYZ3.742.6914.51-
YUV41.48165.54113.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 108 (42.58% from 255) = 64.29%
R=12.5%
G=23.21%
B=64.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21391080.810.6400.58227.5967.4425.29
Hex15276C514003Ae44319
Octal254715412110007234410331
Binary10101100111110110010100011000000011101011100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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