Html Css Color HEX #193168 Sapphire

📋 copy color: '#193168'

red 25 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #193168

Tints of Sapphire #193168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.43%

R = 14.04%
G = 27.53%
B = 58.43%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193168 (or 0x193168) is known color: Sapphire. HEX triplet: 19, 31 and 68. RGB value is (25,49,104). Sum of RGB (Red+Green+Blue) = 25+49+104=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #193168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193168 is #E6CE97. Grayscale: #2F2F2F. Windows color (decimal): -15126168 or 6828313. OLE color: 6828313.

HSL color Cylindrical-coordinate representation of color #193168: hue angle of 221.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193168 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 49 104 -
CMYK 0.76 0.53 0 0.59
HSL 221.77º 0.61% 0.25% -
HSV(B) 221.77º 0.76% 0.41% -
XYZ 4 3.4 13.54 -
YUV 48.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 25 49 104 0.76 0.53 0 0.59 221.77 0.61 0.25
Hex 19 31 68 4C 35 0 3B DE 3D 19
Octal 31 61 150 114 65 0 73 336 75 31
Binary 11001 110001 1101000 1001100 110101 0 111011 11011110 111101 11001

Color Harmonies of #193168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193168

Black with #193168

Text Example


Text Example

White with #193168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193168; }

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

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

background-color css

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

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

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

border-color css

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

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

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