Html Css Color HEX #193371 Sapphire

📋 copy color: '#193371'

red 25 ◦ green 51 ◦ blue 113

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

Shades of Sapphire #193371

Tints of Sapphire #193371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 13.23%
G = 26.98%
B = 59.79%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193371 (or 0x193371) is known color: Sapphire. HEX triplet: 19, 33 and 71. RGB value is (25,51,113). Sum of RGB (Red+Green+Blue) = 25+51+113=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #193371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193371 is #E6CC8E. Grayscale: #323232. Windows color (decimal): -15125647 or 7418649. OLE color: 7418649.

HSL color Cylindrical-coordinate representation of color #193371: hue angle of 222.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193371 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 51 113 -
CMYK 0.78 0.55 0 0.56
HSL 222.27º 0.64% 0.27% -
HSV(B) 222.27º 0.78% 0.44% -
XYZ 4.57 3.77 16.11 -
YUV 50.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 25 51 113 0.78 0.55 0 0.56 222.27 0.64 0.27
Hex 19 33 71 4E 37 0 38 DE 40 1B
Octal 31 63 161 116 67 0 70 336 100 33
Binary 11001 110011 1110001 1001110 110111 0 111000 11011110 1000000 11011

Color Harmonies of #193371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193371

Black with #193371

Text Example


Text Example

White with #193371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193371; }

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

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

background-color css

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

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

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

border-color css

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

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

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