#122F79

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

Shades of Sapphire #122F79

Tints of Sapphire #122F79

Color information

#122F79 (or 0x122F79) is unknown color: approx Sapphire. HEX triplet: 12, 2F and 79. RGB value is (18,47,121). Sum of RGB (Red+Green+Blue) = 18+47+121=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #122F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F79 is #EDD086. Grayscale: #2E2E2E. Windows color (decimal): -15585415 or 7941906. OLE color: 7941906.

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

Color convert

RGB1847121-
CMYK0.850.6100.53
HSL223.11º74.1%27.25%-
HSV(B)223.11º85.12%47.45%-
XYZ4.723.5418.52-
YUV46.76169.89107.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 121 (47.66% from 255) = 65.05%
R=9.68%
G=25.27%
B=65.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18471210.850.6100.53223.1174.127.25
Hex122F79553D035df4a1b
Octal22571711257506533711233
Binary1001010111111110011010101111101011010111011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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