#193773

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

Shades of Sapphire #193773

Tints of Sapphire #193773

Color information

#193773 (or 0x193773) is unknown color: approx Sapphire. HEX triplet: 19, 37 and 73. RGB value is (25,55,115). Sum of RGB (Red+Green+Blue) = 25+55+115=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #193773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193773 is #E6C88C. Grayscale: #343434. Windows color (decimal): -15124621 or 7550745. OLE color: 7550745.

HSL color Cylindrical-coordinate representation of color #193773: hue angle of 220º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193773 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2555115-
CMYK0.780.5200.55
HSL220º64.29%27.45%-
HSV(B)220º78.26%45.1%-
XYZ4.864.1816.77-
YUV52.87163.06108.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=12.82%
G=28.21%
B=58.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25551150.780.5200.5522064.2927.45
Hex1937734E34037dc401b
Octal31671631166406733410033
Binary1100111011111100111001110110100011011111011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193773; }

 p { color: rgb(25,55,115); }

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

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

 a { background-color: rgb(25,55,115); }

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

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

 span { border-color: rgb(25,55,115); }

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