#122C65

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

Shades of Sapphire #122C65

Tints of Sapphire #122C65

Color information

#122C65 (or 0x122C65) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 65. RGB value is (18,44,101). Sum of RGB (Red+Green+Blue) = 18+44+101=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #122C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C65 is #EDD39A. Grayscale: #2A2A2A. Windows color (decimal): -15586203 or 6630418. OLE color: 6630418.

HSL color Cylindrical-coordinate representation of color #122C65: hue angle of 221.2º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122C65 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1844101-
CMYK0.820.5600.60
HSL221.2º69.75%23.33%-
HSV(B)221.2º82.18%39.61%-
XYZ3.52.8712.68-
YUV42.72160.89110.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=11.04%
G=26.99%
B=61.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18441010.820.5600.60221.269.7523.33
Hex122C65523803Cdd4617
Octal22541451227007433510627
Binary1001010110011001011010010111000011110011011101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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