Html Css Color HEX #193473 Sapphire

📋 copy color: '#193473'

red 25 ◦ green 52 ◦ blue 115

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

Shades of Sapphire #193473

Tints of Sapphire #193473

RGB

 RED value IS 25 (10.16% from 255) = 13.02%

 GREEN value IS 52 (20.7% from 255) = 27.08%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 13.02%
G = 27.08%
B = 59.9%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193473 (or 0x193473) is known color: Sapphire. HEX triplet: 19, 34 and 73. RGB value is (25,52,115). Sum of RGB (Red+Green+Blue) = 25+52+115=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #193473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193473 is #E6CB8C. Grayscale: #323232. Windows color (decimal): -15125389 or 7549977. OLE color: 7549977.

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

Color convert

RGB 25 52 115 -
CMYK 0.78 0.55 0 0.55
HSL 222º 0.64% 0.27% -
HSV(B) 222º 0.78% 0.45% -
XYZ 4.72 3.9 16.72 -
YUV 51.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 25 52 115 0.78 0.55 0 0.55 222 0.64 0.27
Hex 19 34 73 4E 37 0 37 DE 40 1B
Octal 31 64 163 116 67 0 67 336 100 33
Binary 11001 110100 1110011 1001110 110111 0 110111 11011110 1000000 11011

Color Harmonies of #193473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193473

Black with #193473

Text Example


Text Example

White with #193473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193473; }

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

 H1.HeaderClassName
 {
   color: #193473;
 }
 .AnyTagClassName
 {
   color: #193473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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