Html Css Color HEX #193171 Sapphire

📋 copy color: '#193171'

red 25 ◦ green 49 ◦ blue 113

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

Shades of Sapphire #193171

Tints of Sapphire #193171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

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

R = 13.37%
G = 26.2%
B = 60.43%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193171 (or 0x193171) is known color: Sapphire. HEX triplet: 19, 31 and 71. RGB value is (25,49,113). Sum of RGB (Red+Green+Blue) = 25+49+113=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #193171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193171 is #E6CE8E. Grayscale: #303030. Windows color (decimal): -15126159 or 7418137. OLE color: 7418137.

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

Color convert

RGB 25 49 113 -
CMYK 0.78 0.57 0 0.56
HSL 223.64º 0.64% 0.27% -
HSV(B) 223.64º 0.78% 0.44% -
XYZ 4.48 3.6 16.08 -
YUV 49.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 25 49 113 0.78 0.57 0 0.56 223.64 0.64 0.27
Hex 19 31 71 4E 39 0 38 E0 40 1B
Octal 31 61 161 116 71 0 70 340 100 33
Binary 11001 110001 1110001 1001110 111001 0 111000 11100000 1000000 11011

Color Harmonies of #193171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193171

Black with #193171

Text Example


Text Example

White with #193171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193171; }

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

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

background-color css

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

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

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

border-color css

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

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

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