#122C60

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

Shades of Sapphire #122C60

Tints of Sapphire #122C60

Color information

#122C60 (or 0x122C60) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 60. RGB value is (18,44,96). Sum of RGB (Red+Green+Blue) = 18+44+96=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #122C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C60 is #EDD39F. Grayscale: #292929. Windows color (decimal): -15586208 or 6302738. OLE color: 6302738.

HSL color Cylindrical-coordinate representation of color #122C60: hue angle of 220º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122C60 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184496-
CMYK0.810.5400.62
HSL220º68.42%22.35%-
HSV(B)220º81.25%37.65%-
XYZ3.262.7711.43-
YUV42.15158.39110.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=11.39%
G=27.85%
B=60.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1844960.810.5400.6222068.4222.35
Hex122C60513603Edc4416
Octal22541401216607633410426
Binary1001010110011000001010001110110011111011011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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