#122D70

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

Shades of Sapphire #122D70

Tints of Sapphire #122D70

Color information

#122D70 (or 0x122D70) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 70. RGB value is (18,45,112). Sum of RGB (Red+Green+Blue) = 18+45+112=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #122D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D70 is #EDD28F. Grayscale: #2C2C2C. Windows color (decimal): -15585936 or 7351570. OLE color: 7351570.

HSL color Cylindrical-coordinate representation of color #122D70: hue angle of 222.77º 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 #122D70 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1845112-
CMYK0.840.6000.56
HSL222.77º72.31%25.49%-
HSV(B)222.77º83.93%43.92%-
XYZ4.113.1815.73-
YUV44.56166.05109.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 112 (44.14% from 255) = 64%
R=10.29%
G=25.71%
B=64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18451120.840.6000.56222.7772.3125.49
Hex122D70543C038df4819
Octal22551601247407033711031
Binary1001010110111100001010100111100011100011011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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