#122863

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

Shades of Sapphire #122863

Tints of Sapphire #122863

Color information

#122863 (or 0x122863) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 63. RGB value is (18,40,99). Sum of RGB (Red+Green+Blue) = 18+40+99=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #122863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122863 is #EDD79C. Grayscale: #272727. Windows color (decimal): -15587229 or 6498322. OLE color: 6498322.

HSL color Cylindrical-coordinate representation of color #122863: hue angle of 223.7º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122863 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB184099-
CMYK0.820.6000.61
HSL223.7º69.23%22.94%-
HSV(B)223.7º81.82%38.82%-
XYZ3.262.5512.12-
YUV40.15161.21112.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=11.46%
G=25.48%
B=63.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1840990.820.6000.61223.769.2322.94
Hex122863523C03De04517
Octal22501431227407534010527
Binary1001010100011000111010010111100011110111100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122863; }

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

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

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

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

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

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

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

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