#122052

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

Shades of Sapphire #122052

Tints of Sapphire #122052

Color information

#122052 (or 0x122052) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 52. RGB value is (18,32,82). Sum of RGB (Red+Green+Blue) = 18+32+82=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #122052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122052 is #EDDFAD. Grayscale: #212121. Windows color (decimal): -15589294 or 5382162. OLE color: 5382162.

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

Color convert

RGB183282-
CMYK0.780.6100.68
HSL226.88º64%19.61%-
HSV(B)226.88º78.05%32.16%-
XYZ2.291.778.2-
YUV33.51155.36116.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 82 (32.42% from 255) = 62.12%
R=13.64%
G=24.24%
B=62.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1832820.780.6100.68226.886419.61
Hex1220524E3D044e34014
Octal224012211675010434310024
Binary10010100000101001010011101111010100010011100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122052; }

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

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

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

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

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

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

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

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