Html Css Color HEX #193163 Sapphire

📋 copy color: '#193163'

red 25 ◦ green 49 ◦ blue 99

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

Shades of Sapphire #193163

Tints of Sapphire #193163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 14.45%
G = 28.32%
B = 57.23%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#193163 (or 0x193163) is known color: Sapphire. HEX triplet: 19, 31 and 63. RGB value is (25,49,99). Sum of RGB (Red+Green+Blue) = 25+49+99=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #193163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193163 is #E6CE9C. Grayscale: #2F2F2F. Windows color (decimal): -15126173 or 6500633. OLE color: 6500633.

HSL color Cylindrical-coordinate representation of color #193163: hue angle of 220.54º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193163 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 49 99 -
CMYK 0.75 0.51 0 0.61
HSL 220.54º 0.6% 0.24% -
HSV(B) 220.54º 0.75% 0.39% -
XYZ 3.75 3.3 12.24 -
YUV 47.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 25 49 99 0.75 0.51 0 0.61 220.54 0.6 0.24
Hex 19 31 63 4B 33 0 3D DD 3C 18
Octal 31 61 143 113 63 0 75 335 74 30
Binary 11001 110001 1100011 1001011 110011 0 111101 11011101 111100 11000

Color Harmonies of #193163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193163

Black with #193163

Text Example


Text Example

White with #193163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193163; }

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

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

background-color css

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

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

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

border-color css

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

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

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