#123276

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

Shades of Sapphire #123276

Tints of Sapphire #123276

Color information

#123276 (or 0x123276) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 76. RGB value is (18,50,118). Sum of RGB (Red+Green+Blue) = 18+50+118=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #123276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123276 is #EDCD89. Grayscale: #2F2F2F. Windows color (decimal): -15584650 or 7746066. OLE color: 7746066.

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

Color convert

RGB1850118-
CMYK0.850.5800.54
HSL220.8º73.53%26.67%-
HSV(B)220.8º84.75%46.27%-
XYZ4.663.7217.61-
YUV48.18167.4106.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=9.68%
G=26.88%
B=63.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18501180.850.5800.54220.873.5326.67
Hex123276553A036dd4a1b
Octal22621661257206633511233
Binary1001011001011101101010101111010011011011011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123276; }

 p { color: rgb(18,50,118); }

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

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

 a { background-color: rgb(18,50,118); }

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

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

 span { border-color: rgb(18,50,118); }

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