#122E70

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

Shades of Sapphire #122E70

Tints of Sapphire #122E70

Color information

#122E70 (or 0x122E70) is unknown color: approx Sapphire. HEX triplet: 12, 2E and 70. RGB value is (18,46,112). Sum of RGB (Red+Green+Blue) = 18+46+112=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #122E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E70 is #EDD18F. Grayscale: #2C2C2C. Windows color (decimal): -15585680 or 7351826. OLE color: 7351826.

HSL color Cylindrical-coordinate representation of color #122E70: hue angle of 222.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122E70 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1846112-
CMYK0.840.5900.56
HSL222.13º72.31%25.49%-
HSV(B)222.13º83.93%43.92%-
XYZ4.153.2515.74-
YUV45.15165.72108.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=10.23%
G=26.14%
B=63.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18461120.840.5900.56222.1372.3125.49
Hex122E70543B038de4819
Octal22561601247307033611031
Binary1001010111011100001010100111011011100011011110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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