#1C3171

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

Shades of Sapphire #1C3171

Tints of Sapphire #1C3171

Color information

#1C3171 (or 0x1C3171) is unknown color: approx Sapphire. HEX triplet: 1C, 31 and 71. RGB value is (28,49,113). Sum of RGB (Red+Green+Blue) = 28+49+113=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3171 is #E3CE8E. Grayscale: #313131. Windows color (decimal): -14929551 or 7418140. OLE color: 7418140.

HSL color Cylindrical-coordinate representation of color #1C3171: hue angle of 225.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3171 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2849113-
CMYK0.750.5700.56
HSL225.18º60.28%27.65%-
HSV(B)225.18º75.22%44.31%-
XYZ4.563.6416.08-
YUV50.02163.54112.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=14.74%
G=25.79%
B=59.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28491130.750.5700.56225.1860.2827.65
Hex1C31714B39038e13c1c
Octal3461161113710703417434
Binary111001100011110001100101111100101110001110000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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