#122053

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

Shades of Sapphire #122053

Tints of Sapphire #122053

Color information

#122053 (or 0x122053) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 53. RGB value is (18,32,83). Sum of RGB (Red+Green+Blue) = 18+32+83=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #122053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122053 is #EDDFAC. Grayscale: #212121. Windows color (decimal): -15589293 or 5447698. OLE color: 5447698.

HSL color Cylindrical-coordinate representation of color #122053: hue angle of 227.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122053 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB183283-
CMYK0.780.6100.67
HSL227.08º64.36%19.8%-
HSV(B)227.08º78.31%32.55%-
XYZ2.331.798.41-
YUV33.63155.86116.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=13.53%
G=24.06%
B=62.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1832830.780.6100.67227.0864.3619.8
Hex1220534E3D043e34014
Octal224012311675010334310024
Binary10010100000101001110011101111010100001111100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122053; }

 p { color: rgb(18,32,83); }

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

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

 a { background-color: rgb(18,32,83); }

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

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

 span { border-color: rgb(18,32,83); }

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