Html Css Color HEX #193576 Sapphire

📋 copy color: '#193576'

red 25 ◦ green 53 ◦ blue 118

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

Shades of Sapphire #193576

Tints of Sapphire #193576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 12.76%
G = 27.04%
B = 60.2%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193576 (or 0x193576) is known color: Sapphire. HEX triplet: 19, 35 and 76. RGB value is (25,53,118). Sum of RGB (Red+Green+Blue) = 25+53+118=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #193576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193576 is #E6CA89. Grayscale: #333333. Windows color (decimal): -15125130 or 7746841. OLE color: 7746841.

HSL color Cylindrical-coordinate representation of color #193576: hue angle of 221.94º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193576 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 53 118 -
CMYK 0.79 0.55 0 0.54
HSL 221.94º 0.65% 0.28% -
HSV(B) 221.94º 0.79% 0.46% -
XYZ 4.94 4.06 17.66 -
YUV 52.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 25 53 118 0.79 0.55 0 0.54 221.94 0.65 0.28
Hex 19 35 76 4F 37 0 36 DE 41 1C
Octal 31 65 166 117 67 0 66 336 101 34
Binary 11001 110101 1110110 1001111 110111 0 110110 11011110 1000001 11100

Color Harmonies of #193576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193576

Black with #193576

Text Example


Text Example

White with #193576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193576; }

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

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

background-color css

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

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

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

border-color css

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

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

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