#123160

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

Shades of Sapphire #123160

Tints of Sapphire #123160

Color information

#123160 (or 0x123160) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 60. RGB value is (18,49,96). Sum of RGB (Red+Green+Blue) = 18+49+96=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #123160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123160 is #EDCE9F. Grayscale: #2C2C2C. Windows color (decimal): -15584928 or 6304018. OLE color: 6304018.

HSL color Cylindrical-coordinate representation of color #123160: hue angle of 216.15º 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 #123160 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184996-
CMYK0.810.4900.62
HSL216.15º68.42%22.35%-
HSV(B)216.15º81.25%37.65%-
XYZ3.463.1711.5-
YUV45.09156.73108.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=11.04%
G=30.06%
B=58.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1849960.810.4900.62216.1568.4222.35
Hex123160513103Ed84416
Octal22611401216107633010426
Binary1001011000111000001010001110001011111011011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123160; }

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

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

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

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

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

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

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

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