#15376E

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

Shades of Sapphire #15376E

Tints of Sapphire #15376E

Color information

#15376E (or 0x15376E) is unknown color: approx Sapphire. HEX triplet: 15, 37 and 6E. RGB value is (21,55,110). Sum of RGB (Red+Green+Blue) = 21+55+110=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #15376E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15376E is #EAC891. Grayscale: #323232. Windows color (decimal): -15386770 or 7223061. OLE color: 7223061.

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

Color convert

RGB2155110-
CMYK0.810.500.57
HSL217.08º67.94%25.69%-
HSV(B)217.08º80.91%43.14%-
XYZ4.494.0215.29-
YUV51.1161.24106.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=11.29%
G=29.57%
B=59.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21551100.810.500.57217.0867.9425.69
Hex15376E5132039d9441a
Octal25671561216207133110432
Binary1010111011111011101010001110010011100111011001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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