#122E56

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

Shades of Sapphire #122E56

Tints of Sapphire #122E56

Color information

#122E56 (or 0x122E56) is unknown color: approx Sapphire. HEX triplet: 12, 2E and 56. RGB value is (18,46,86). Sum of RGB (Red+Green+Blue) = 18+46+86=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #122E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E56 is #EDD1A9. Grayscale: #2A2A2A. Windows color (decimal): -15585706 or 5647890. OLE color: 5647890.

HSL color Cylindrical-coordinate representation of color #122E56: hue angle of 215.29º 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 #122E56 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184686-
CMYK0.790.4700.66
HSL215.29º65.38%20.39%-
HSV(B)215.29º79.07%33.73%-
XYZ2.912.759.18-
YUV42.19152.72110.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 86 (33.98% from 255) = 57.33%
R=12%
G=30.67%
B=57.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1846860.790.4700.66215.2965.3820.39
Hex122E564F2F042d74114
Octal225612611757010232710124
Binary10010101110101011010011111011110100001011010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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