#122C76

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

Shades of Sapphire #122C76

Tints of Sapphire #122C76

Color information

#122C76 (or 0x122C76) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 76. RGB value is (18,44,118). Sum of RGB (Red+Green+Blue) = 18+44+118=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #122C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C76 is #EDD389. Grayscale: #2C2C2C. Windows color (decimal): -15586186 or 7744530. OLE color: 7744530.

HSL color Cylindrical-coordinate representation of color #122C76: hue angle of 224.4º 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 #122C76 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1844118-
CMYK0.850.6300.54
HSL224.4º73.53%26.67%-
HSV(B)224.4º84.75%46.27%-
XYZ4.423.2417.53-
YUV44.66169.39108.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 118 (46.48% from 255) = 65.56%
R=10%
G=24.44%
B=65.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18441180.850.6300.54224.473.5326.67
Hex122C76553F036e04a1b
Octal22541661257706634011233
Binary1001010110011101101010101111111011011011100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C76; }

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

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

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

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

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

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

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

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