#122E57

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

Shades of Sapphire #122E57

Tints of Sapphire #122E57

Color information

#122E57 (or 0x122E57) is unknown color: approx Sapphire. HEX triplet: 12, 2E and 57. RGB value is (18,46,87). Sum of RGB (Red+Green+Blue) = 18+46+87=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #122E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E57 is #EDD1A8. Grayscale: #2A2A2A. Windows color (decimal): -15585705 or 5713426. OLE color: 5713426.

HSL color Cylindrical-coordinate representation of color #122E57: hue angle of 215.65º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122E57 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB184687-
CMYK0.790.4700.66
HSL215.65º65.71%20.59%-
HSV(B)215.65º79.31%34.12%-
XYZ2.952.779.4-
YUV42.3153.22110.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=11.92%
G=30.46%
B=57.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1846870.790.4700.66215.6565.7120.59
Hex122E574F2F042d84215
Octal225612711757010233010225
Binary10010101110101011110011111011110100001011011000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,46,87); }

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

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

 a { background-color: rgb(18,46,87); }

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

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

 span { border-color: rgb(18,46,87); }

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