Html Css Color HEX #193271 Sapphire

📋 copy color: '#193271'

red 25 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #193271

Tints of Sapphire #193271

RGB

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

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

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

R = 13.3%
G = 26.6%
B = 60.11%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193271 (or 0x193271) is known color: Sapphire. HEX triplet: 19, 32 and 71. RGB value is (25,50,113). Sum of RGB (Red+Green+Blue) = 25+50+113=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #193271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193271 is #E6CD8E. Grayscale: #313131. Windows color (decimal): -15125903 or 7418393. OLE color: 7418393.

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

Color convert

RGB 25 50 113 -
CMYK 0.78 0.56 0 0.56
HSL 222.95º 0.64% 0.27% -
HSV(B) 222.95º 0.78% 0.44% -
XYZ 4.52 3.68 16.09 -
YUV 49.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 25 50 113 0.78 0.56 0 0.56 222.95 0.64 0.27
Hex 19 32 71 4E 38 0 38 DF 40 1B
Octal 31 62 161 116 70 0 70 337 100 33
Binary 11001 110010 1110001 1001110 111000 0 111000 11011111 1000000 11011

Color Harmonies of #193271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193271

Black with #193271

Text Example


Text Example

White with #193271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193271; }

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

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

background-color css

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

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

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

border-color css

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

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

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