Html Css Color HEX #193573 Sapphire

📋 copy color: '#193573'

red 25 ◦ green 53 ◦ blue 115

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

Shades of Sapphire #193573

Tints of Sapphire #193573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

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

R = 12.95%
G = 27.46%
B = 59.59%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193573 (or 0x193573) is known color: Sapphire. HEX triplet: 19, 35 and 73. RGB value is (25,53,115). Sum of RGB (Red+Green+Blue) = 25+53+115=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #193573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193573 is #E6CA8C. Grayscale: #333333. Windows color (decimal): -15125133 or 7550233. OLE color: 7550233.

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

Color convert

RGB 25 53 115 -
CMYK 0.78 0.54 0 0.55
HSL 221.33º 0.64% 0.27% -
HSV(B) 221.33º 0.78% 0.45% -
XYZ 4.77 3.99 16.74 -
YUV 51.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 25 53 115 0.78 0.54 0 0.55 221.33 0.64 0.27
Hex 19 35 73 4E 36 0 37 DD 40 1B
Octal 31 65 163 116 66 0 67 335 100 33
Binary 11001 110101 1110011 1001110 110110 0 110111 11011101 1000000 11011

Color Harmonies of #193573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193573

Black with #193573

Text Example


Text Example

White with #193573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193573; }

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

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

background-color css

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

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

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

border-color css

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

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

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