#122C70

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

Shades of Sapphire #122C70

Tints of Sapphire #122C70

Color information

#122C70 (or 0x122C70) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 70. RGB value is (18,44,112). Sum of RGB (Red+Green+Blue) = 18+44+112=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #122C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C70 is #EDD38F. Grayscale: #2B2B2B. Windows color (decimal): -15586192 or 7351314. OLE color: 7351314.

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

Color convert

RGB1844112-
CMYK0.840.6100.56
HSL223.4º72.31%25.49%-
HSV(B)223.4º83.93%43.92%-
XYZ4.073.115.71-
YUV43.98166.39109.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=10.34%
G=25.29%
B=64.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18441120.840.6100.56223.472.3125.49
Hex122C70543D038df4819
Octal22541601247507033711031
Binary1001010110011100001010100111101011100011011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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