#122D54

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

Shades of Sapphire #122D54

Tints of Sapphire #122D54

Color information

#122D54 (or 0x122D54) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 54. RGB value is (18,45,84). Sum of RGB (Red+Green+Blue) = 18+45+84=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #122D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D54 is #EDD2AB. Grayscale: #292929. Windows color (decimal): -15585964 or 5516562. OLE color: 5516562.

HSL color Cylindrical-coordinate representation of color #122D54: hue angle of 215.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122D54 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB184584-
CMYK0.790.4600.67
HSL215.45º64.71%20%-
HSV(B)215.45º78.57%32.94%-
XYZ2.792.658.75-
YUV41.37152.05111.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=12.24%
G=30.61%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1845840.790.4600.67215.4564.7120
Hex122D544F2E043d74114
Octal225512411756010332710124
Binary10010101101101010010011111011100100001111010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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