#122C54

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

Shades of Sapphire #122C54

Tints of Sapphire #122C54

Color information

#122C54 (or 0x122C54) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 54. RGB value is (18,44,84). Sum of RGB (Red+Green+Blue) = 18+44+84=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #122C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C54 is #EDD3AB. Grayscale: #282828. Windows color (decimal): -15586220 or 5516306. OLE color: 5516306.

HSL color Cylindrical-coordinate representation of color #122C54: hue angle of 216.36º 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 #122C54 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB184484-
CMYK0.790.4800.67
HSL216.36º64.71%20%-
HSV(B)216.36º78.57%32.94%-
XYZ2.752.578.74-
YUV40.79152.39111.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=12.33%
G=30.14%
B=57.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1844840.790.4800.67216.3664.7120
Hex122C544F30043d84114
Octal225412411760010333010124
Binary10010101100101010010011111100000100001111011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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