Html Css Color HEX #193475 Sapphire

📋 copy color: '#193475'

red 25 ◦ green 52 ◦ blue 117

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

Shades of Sapphire #193475

Tints of Sapphire #193475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 117 (46.09% from 255) = 60.31%

R = 12.89%
G = 26.8%
B = 60.31%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193475 (or 0x193475) is known color: Sapphire. HEX triplet: 19, 34 and 75. RGB value is (25,52,117). Sum of RGB (Red+Green+Blue) = 25+52+117=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #193475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193475 is #E6CB8A. Grayscale: #333333. Windows color (decimal): -15125387 or 7681049. OLE color: 7681049.

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

Color convert

RGB 25 52 117 -
CMYK 0.79 0.56 0 0.54
HSL 222.39º 0.65% 0.28% -
HSV(B) 222.39º 0.79% 0.46% -
XYZ 4.84 3.95 17.34 -
YUV 51.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 25 52 117 0.79 0.56 0 0.54 222.39 0.65 0.28
Hex 19 34 75 4F 38 0 36 DE 41 1C
Octal 31 64 165 117 70 0 66 336 101 34
Binary 11001 110100 1110101 1001111 111000 0 110110 11011110 1000001 11100

Color Harmonies of #193475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193475

Black with #193475

Text Example


Text Example

White with #193475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193475; }

 p { color: rgb(25,52,117); }

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

background-color css

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

 a { background-color: rgb(25,52,117); }

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

border-color css

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

 span { border-color: rgb(25,52,117); }

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