#123079

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

Shades of Sapphire #123079

Tints of Sapphire #123079

Color information

#123079 (or 0x123079) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 79. RGB value is (18,48,121). Sum of RGB (Red+Green+Blue) = 18+48+121=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #123079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123079 is #EDCF86. Grayscale: #2F2F2F. Windows color (decimal): -15585159 or 7942162. OLE color: 7942162.

HSL color Cylindrical-coordinate representation of color #123079: hue angle of 222.52º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123079 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1848121-
CMYK0.850.6000.53
HSL222.52º74.1%27.25%-
HSV(B)222.52º85.12%47.45%-
XYZ4.763.6218.54-
YUV47.35169.56107.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=9.63%
G=25.67%
B=64.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18481210.850.6000.53222.5274.127.25
Hex123079553C035df4a1b
Octal22601711257406533711233
Binary1001011000011110011010101111100011010111011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123079; }

 p { color: rgb(18,48,121); }

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

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

 a { background-color: rgb(18,48,121); }

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

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

 span { border-color: rgb(18,48,121); }

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