#122C56

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

Shades of Sapphire #122C56

Tints of Sapphire #122C56

Color information

#122C56 (or 0x122C56) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 56. RGB value is (18,44,86). Sum of RGB (Red+Green+Blue) = 18+44+86=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #122C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C56 is #EDD3A9. Grayscale: #282828. Windows color (decimal): -15586218 or 5647378. OLE color: 5647378.

HSL color Cylindrical-coordinate representation of color #122C56: hue angle of 217.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122C56 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184486-
CMYK0.790.4900.66
HSL217.06º65.38%20.39%-
HSV(B)217.06º79.07%33.73%-
XYZ2.832.69.16-
YUV41.01153.39111.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=12.16%
G=29.73%
B=58.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1844860.790.4900.66217.0665.3820.39
Hex122C564F31042d94114
Octal225412611761010233110124
Binary10010101100101011010011111100010100001011011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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