#122860

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

Shades of Sapphire #122860

Tints of Sapphire #122860

Color information

#122860 (or 0x122860) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 60. RGB value is (18,40,96). Sum of RGB (Red+Green+Blue) = 18+40+96=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #122860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122860 is #EDD79F. Grayscale: #272727. Windows color (decimal): -15587232 or 6301714. OLE color: 6301714.

HSL color Cylindrical-coordinate representation of color #122860: hue angle of 223.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122860 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184096-
CMYK0.810.5800.62
HSL223.08º68.42%22.35%-
HSV(B)223.08º81.25%37.65%-
XYZ3.122.4911.38-
YUV39.81159.71112.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=11.69%
G=25.97%
B=62.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1840960.810.5800.62223.0868.4222.35
Hex122860513A03Edf4416
Octal22501401217207633710426
Binary1001010100011000001010001111010011111011011111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122860; }

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

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

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

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

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

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

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

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