#122E79

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

Shades of Sapphire #122E79

Tints of Sapphire #122E79

Color information

#122E79 (or 0x122E79) is unknown color: approx Sapphire. HEX triplet: 12, 2E and 79. RGB value is (18,46,121). Sum of RGB (Red+Green+Blue) = 18+46+121=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #122E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E79 is #EDD186. Grayscale: #2D2D2D. Windows color (decimal): -15585671 or 7941650. OLE color: 7941650.

HSL color Cylindrical-coordinate representation of color #122E79: hue angle of 223.69º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122E79 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1846121-
CMYK0.850.6200.53
HSL223.69º74.1%27.25%-
HSV(B)223.69º85.12%47.45%-
XYZ4.683.4618.51-
YUV46.18170.22107.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=9.73%
G=24.86%
B=65.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18461210.850.6200.53223.6974.127.25
Hex122E79553E035e04a1b
Octal22561711257606534011233
Binary1001010111011110011010101111110011010111100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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