Html Css Color HEX #193273 Sapphire

📋 copy color: '#193273'

red 25 ◦ green 50 ◦ blue 115

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

Shades of Sapphire #193273

Tints of Sapphire #193273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 13.16%
G = 26.32%
B = 60.53%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193273 (or 0x193273) is known color: Sapphire. HEX triplet: 19, 32 and 73. RGB value is (25,50,115). Sum of RGB (Red+Green+Blue) = 25+50+115=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #193273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193273 is #E6CD8C. Grayscale: #313131. Windows color (decimal): -15125901 or 7549465. OLE color: 7549465.

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

Color convert

RGB 25 50 115 -
CMYK 0.78 0.57 0 0.55
HSL 223.33º 0.64% 0.27% -
HSV(B) 223.33º 0.78% 0.45% -
XYZ 4.64 3.73 16.69 -
YUV 49.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 25 50 115 0.78 0.57 0 0.55 223.33 0.64 0.27
Hex 19 32 73 4E 39 0 37 DF 40 1B
Octal 31 62 163 116 71 0 67 337 100 33
Binary 11001 110010 1110011 1001110 111001 0 110111 11011111 1000000 11011

Color Harmonies of #193273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193273

Black with #193273

Text Example


Text Example

White with #193273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193273; }

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

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

background-color css

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

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

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

border-color css

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

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

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