Html Css Color HEX #193275 Sapphire

📋 copy color: '#193275'

red 25 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #193275

Tints of Sapphire #193275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

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

R = 13.02%
G = 26.04%
B = 60.94%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193275 (or 0x193275) is known color: Sapphire. HEX triplet: 19, 32 and 75. RGB value is (25,50,117). Sum of RGB (Red+Green+Blue) = 25+50+117=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #193275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193275 is #E6CD8A. Grayscale: #313131. Windows color (decimal): -15125899 or 7680537. OLE color: 7680537.

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

Color convert

RGB 25 50 117 -
CMYK 0.79 0.57 0 0.54
HSL 223.7º 0.65% 0.28% -
HSV(B) 223.7º 0.79% 0.46% -
XYZ 4.75 3.77 17.31 -
YUV 50.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 25 50 117 0.79 0.57 0 0.54 223.7 0.65 0.28
Hex 19 32 75 4F 39 0 36 E0 41 1C
Octal 31 62 165 117 71 0 66 340 101 34
Binary 11001 110010 1110101 1001111 111001 0 110110 11100000 1000001 11100

Color Harmonies of #193275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193275

Black with #193275

Text Example


Text Example

White with #193275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193275; }

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

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

background-color css

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

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

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

border-color css

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

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

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