#123059

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

Shades of Sapphire #123059

Tints of Sapphire #123059

Color information

#123059 (or 0x123059) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 59. RGB value is (18,48,89). Sum of RGB (Red+Green+Blue) = 18+48+89=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #123059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123059 is #EDCFA6. Grayscale: #2B2B2B. Windows color (decimal): -15585191 or 5845010. OLE color: 5845010.

HSL color Cylindrical-coordinate representation of color #123059: hue angle of 214.65º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123059 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184889-
CMYK0.800.4600.65
HSL214.65º66.36%20.98%-
HSV(B)214.65º79.78%34.9%-
XYZ3.112.969.86-
YUV43.7153.56109.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=11.61%
G=30.97%
B=57.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1848890.800.4600.65214.6566.3620.98
Hex123059502E041d74215
Octal226013112056010132710225
Binary10010110000101100110100001011100100000111010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123059; }

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

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

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

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

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

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

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

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