#122B60

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

Shades of Sapphire #122B60

Tints of Sapphire #122B60

Color information

#122B60 (or 0x122B60) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 60. RGB value is (18,43,96). Sum of RGB (Red+Green+Blue) = 18+43+96=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #122B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B60 is #EDD49F. Grayscale: #292929. Windows color (decimal): -15586464 or 6302482. OLE color: 6302482.

HSL color Cylindrical-coordinate representation of color #122B60: hue angle of 220.77º 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 #122B60 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184396-
CMYK0.810.5500.62
HSL220.77º68.42%22.35%-
HSV(B)220.77º81.25%37.65%-
XYZ3.222.711.42-
YUV41.57158.72111.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=11.46%
G=27.39%
B=61.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1843960.810.5500.62220.7768.4222.35
Hex122B60513703Edd4416
Octal22531401216707633510426
Binary1001010101111000001010001110111011111011011101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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