#122051

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

Shades of Sapphire #122051

Tints of Sapphire #122051

Color information

#122051 (or 0x122051) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 51. RGB value is (18,32,81). Sum of RGB (Red+Green+Blue) = 18+32+81=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #122051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122051 is #EDDFAE. Grayscale: #212121. Windows color (decimal): -15589295 or 5316626. OLE color: 5316626.

HSL color Cylindrical-coordinate representation of color #122051: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122051 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB183281-
CMYK0.780.6000.68
HSL226.67º63.64%19.41%-
HSV(B)226.67º77.78%31.76%-
XYZ2.251.768-
YUV33.4154.86117.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=13.74%
G=24.43%
B=61.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1832810.780.6000.68226.6763.6419.41
Hex1220514E3C044e34013
Octal224012111674010434310023
Binary10010100000101000110011101111000100010011100011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122051; }

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

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

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

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

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

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

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

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