Html Css Color HEX #193773 Sapphire

📋 copy color: '#193773'

red 25 ◦ green 55 ◦ blue 115

#193773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #193773

Tints of Sapphire #193773

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 value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193773 (or 0x193773) is known color: 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

RGB 25 55 115 -
CMYK 0.78 0.52 0 0.55
HSL 220º 0.64% 0.27% -
HSV(B) 220º 0.78% 0.45% -
XYZ 4.86 4.18 16.77 -
YUV 52.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 25 55 115 0.78 0.52 0 0.55 220 0.64 0.27
Hex 19 37 73 4E 34 0 37 DC 40 1B
Octal 31 67 163 116 64 0 67 334 100 33
Binary 11001 110111 1110011 1001110 110100 0 110111 11011100 1000000 11011

Color Harmonies of #193773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193773

Black with #193773

Text Example


Text Example

White with #193773

Text Example


Text Example

HTML Codes & Css Web 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>