#1C2863

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

Shades of Sapphire #1C2863

Tints of Sapphire #1C2863

Color information

#1C2863 (or 0x1C2863) is unknown color: approx Sapphire. HEX triplet: 1C, 28 and 63. RGB value is (28,40,99). Sum of RGB (Red+Green+Blue) = 28+40+99=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C2863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2863 is #E3D79C. Grayscale: #2A2A2A. Windows color (decimal): -14931869 or 6498332. OLE color: 6498332.

HSL color Cylindrical-coordinate representation of color #1C2863: hue angle of 229.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C2863 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB284099-
CMYK0.720.6000.61
HSL229.86º55.91%24.9%-
HSV(B)229.86º71.72%38.82%-
XYZ3.492.6712.13-
YUV43.14159.52117.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=16.77%
G=23.95%
B=59.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2840990.720.6000.61229.8655.9124.9
Hex1C2863483C03De63819
Octal3450143110740753467031
Binary111001010001100011100100011110001111011110011011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,99); }

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

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

 a { background-color: rgb(28,40,99); }

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

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

 span { border-color: rgb(28,40,99); }

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