#122553

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

Shades of Sapphire #122553

Tints of Sapphire #122553

Color information

#122553 (or 0x122553) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 53. RGB value is (18,37,83). Sum of RGB (Red+Green+Blue) = 18+37+83=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #122553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122553 is #EDDAAC. Grayscale: #242424. Windows color (decimal): -15588013 or 5448978. OLE color: 5448978.

HSL color Cylindrical-coordinate representation of color #122553: hue angle of 222.46º 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 #122553 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB183783-
CMYK0.780.5500.67
HSL222.46º64.36%19.8%-
HSV(B)222.46º78.31%32.55%-
XYZ2.472.088.45-
YUV36.56154.21114.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=13.04%
G=26.81%
B=60.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1837830.780.5500.67222.4664.3619.8
Hex1225534E37043de4014
Octal224512311667010333610024
Binary10010100101101001110011101101110100001111011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122553; }

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

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

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

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

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

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

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

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