#122A54

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

Shades of Sapphire #122A54

Tints of Sapphire #122A54

Color information

#122A54 (or 0x122A54) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 54. RGB value is (18,42,84). Sum of RGB (Red+Green+Blue) = 18+42+84=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #122A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A54 is #EDD5AB. Grayscale: #272727. Windows color (decimal): -15586732 or 5515794. OLE color: 5515794.

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

Color convert

RGB184284-
CMYK0.790.500.67
HSL218.18º64.71%20%-
HSV(B)218.18º78.57%32.94%-
XYZ2.682.428.71-
YUV39.61153.05112.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 84 (33.20% from 255) = 58.33%
R=12.5%
G=29.17%
B=58.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1842840.790.500.67218.1864.7120
Hex122A544F32043da4114
Octal225212411762010333210124
Binary10010101010101010010011111100100100001111011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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