#123180

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

Shades of Sapphire #123180

Tints of Sapphire #123180

Color information

#123180 (or 0x123180) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 80. RGB value is (18,49,128). Sum of RGB (Red+Green+Blue) = 18+49+128=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #123180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123180 is #EDCE7F. Grayscale: #303030. Windows color (decimal): -15584896 or 8401170. OLE color: 8401170.

HSL color Cylindrical-coordinate representation of color #123180: hue angle of 223.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123180 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1849128-
CMYK0.860.6200.50
HSL223.09º75.34%28.63%-
HSV(B)223.09º85.94%50.2%-
XYZ5.243.8820.9-
YUV48.74172.73106.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 128 (50.39% from 255) = 65.64%
R=9.23%
G=25.13%
B=65.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18491280.860.6200.50223.0975.3428.63
Hex123180563E032df4b1d
Octal22612001267606233711335
Binary10010110001100000001010110111110011001011011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123180; }

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

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

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

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

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

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

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

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