#1A2863

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

Shades of Sapphire #1A2863

Tints of Sapphire #1A2863

Color information

#1A2863 (or 0x1A2863) is unknown color: approx Sapphire. HEX triplet: 1A, 28 and 63. RGB value is (26,40,99). Sum of RGB (Red+Green+Blue) = 26+40+99=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A2863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2863 is #E5D79C. Grayscale: #2A2A2A. Windows color (decimal): -15062941 or 6498330. OLE color: 6498330.

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

Color convert

RGB264099-
CMYK0.740.6000.61
HSL228.49º58.4%24.51%-
HSV(B)228.49º73.74%38.82%-
XYZ3.442.6412.13-
YUV42.54159.86116.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 99 (39.06% from 255) = 60%
R=15.76%
G=24.24%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2640990.740.6000.61228.4958.424.51
Hex1A28634A3C03De43a19
Octal3250143112740753447231
Binary110101010001100011100101011110001111011110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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