#123178

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

Shades of Sapphire #123178

Tints of Sapphire #123178

Color information

#123178 (or 0x123178) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 78. RGB value is (18,49,120). Sum of RGB (Red+Green+Blue) = 18+49+120=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #123178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123178 is #EDCE87. Grayscale: #2F2F2F. Windows color (decimal): -15584904 or 7876882. OLE color: 7876882.

HSL color Cylindrical-coordinate representation of color #123178: hue angle of 221.76º 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 #123178 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1849120-
CMYK0.850.5900.53
HSL221.76º73.91%27.06%-
HSV(B)221.76º85%47.06%-
XYZ4.743.6818.23-
YUV47.82168.73106.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=9.63%
G=26.20%
B=64.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18491200.850.5900.53221.7673.9127.06
Hex123178553B035de4a1b
Octal22611701257306533611233
Binary1001011000111110001010101111011011010111011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123178; }

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

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

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

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

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

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

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

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