Html Css Color HEX #193375 Sapphire

📋 copy color: '#193375'

red 25 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #193375

Tints of Sapphire #193375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 12.95%
G = 26.42%
B = 60.62%

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

#193375 (or 0x193375) is known color: Sapphire. HEX triplet: 19, 33 and 75. RGB value is (25,51,117). Sum of RGB (Red+Green+Blue) = 25+51+117=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #193375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193375 is #E6CC8A. Grayscale: #323232. Windows color (decimal): -15125643 or 7680793. OLE color: 7680793.

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

Color convert

RGB 25 51 117 -
CMYK 0.79 0.56 0 0.54
HSL 223.04º 0.65% 0.28% -
HSV(B) 223.04º 0.79% 0.46% -
XYZ 4.8 3.86 17.32 -
YUV 50.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 25 51 117 0.79 0.56 0 0.54 223.04 0.65 0.28
Hex 19 33 75 4F 38 0 36 DF 41 1C
Octal 31 63 165 117 70 0 66 337 101 34
Binary 11001 110011 1110101 1001111 111000 0 110110 11011111 1000001 11100

Color Harmonies of #193375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193375

Black with #193375

Text Example


Text Example

White with #193375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193375; }

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

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

background-color css

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

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

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

border-color css

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

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

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