Html Css Color HEX #193170 Sapphire

📋 copy color: '#193170'

red 25 ◦ green 49 ◦ blue 112

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

Shades of Sapphire #193170

Tints of Sapphire #193170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 13.44%
G = 26.34%
B = 60.22%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193170 (or 0x193170) is known color: Sapphire. HEX triplet: 19, 31 and 70. RGB value is (25,49,112). Sum of RGB (Red+Green+Blue) = 25+49+112=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #193170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193170 is #E6CE8F. Grayscale: #303030. Windows color (decimal): -15126160 or 7352601. OLE color: 7352601.

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

Color convert

RGB 25 49 112 -
CMYK 0.78 0.56 0 0.56
HSL 223.45º 0.64% 0.27% -
HSV(B) 223.45º 0.78% 0.44% -
XYZ 4.42 3.57 15.79 -
YUV 49.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 25 49 112 0.78 0.56 0 0.56 223.45 0.64 0.27
Hex 19 31 70 4E 38 0 38 DF 40 1B
Octal 31 61 160 116 70 0 70 337 100 33
Binary 11001 110001 1110000 1001110 111000 0 111000 11011111 1000000 11011

Color Harmonies of #193170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193170

Black with #193170

Text Example


Text Example

White with #193170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193170; }

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

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

background-color css

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

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

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

border-color css

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

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

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