#1C316D

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

Shades of Sapphire #1C316D

Tints of Sapphire #1C316D

Color information

#1C316D (or 0x1C316D) is unknown color: approx Sapphire. HEX triplet: 1C, 31 and 6D. RGB value is (28,49,109). Sum of RGB (Red+Green+Blue) = 28+49+109=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C316D is #E3CE92. Grayscale: #313131. Windows color (decimal): -14929555 or 7155996. OLE color: 7155996.

HSL color Cylindrical-coordinate representation of color #1C316D: hue angle of 224.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C316D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2849109-
CMYK0.740.5500.57
HSL224.44º59.12%26.86%-
HSV(B)224.44º74.31%42.75%-
XYZ4.343.5514.92-
YUV49.56161.54112.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.05%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 109 (42.97% from 255) = 58.60%
R=15.05%
G=26.34%
B=58.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28491090.740.5500.57224.4459.1226.86
Hex1C316D4A37039e03b1b
Octal3461155112670713407333
Binary111001100011101101100101011011101110011110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C316D; }

 p { color: rgb(28,49,109); }

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

<style>
 a { background-color: #1C316D; }

 a { background-color: rgb(28,49,109); }

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

<style>
 span { border-color: #1C316D; }

 span { border-color: rgb(28,49,109); }

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