Html Css Color HEX #193871 Sapphire

📋 copy color: '#193871'

red 25 ◦ green 56 ◦ blue 113

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

Shades of Sapphire #193871

Tints of Sapphire #193871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 12.89%
G = 28.87%
B = 58.25%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193871 (or 0x193871) is known color: Sapphire. HEX triplet: 19, 38 and 71. RGB value is (25,56,113). Sum of RGB (Red+Green+Blue) = 25+56+113=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #193871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193871 is #E6C78E. Grayscale: #343434. Windows color (decimal): -15124367 or 7419929. OLE color: 7419929.

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

Color convert

RGB 25 56 113 -
CMYK 0.78 0.50 0 0.56
HSL 218.86º 0.64% 0.27% -
HSV(B) 218.86º 0.78% 0.44% -
XYZ 4.8 4.23 16.19 -
YUV 53.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 25 56 113 0.78 0.50 0 0.56 218.86 0.64 0.27
Hex 19 38 71 4E 32 0 38 DB 40 1B
Octal 31 70 161 116 62 0 70 333 100 33
Binary 11001 111000 1110001 1001110 110010 0 111000 11011011 1000000 11011

Color Harmonies of #193871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193871

Black with #193871

Text Example


Text Example

White with #193871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193871; }

 p { color: rgb(25,56,113); }

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

background-color css

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

 a { background-color: rgb(25,56,113); }

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

border-color css

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

 span { border-color: rgb(25,56,113); }

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