Html Css Color HEX #193673 Sapphire

📋 copy color: '#193673'

red 25 ◦ green 54 ◦ blue 115

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

Shades of Sapphire #193673

Tints of Sapphire #193673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 12.89%
G = 27.84%
B = 59.28%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193673 (or 0x193673) is known color: Sapphire. HEX triplet: 19, 36 and 73. RGB value is (25,54,115). Sum of RGB (Red+Green+Blue) = 25+54+115=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #193673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193673 is #E6C98C. Grayscale: #343434. Windows color (decimal): -15124877 or 7550489. OLE color: 7550489.

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

Color convert

RGB 25 54 115 -
CMYK 0.78 0.53 0 0.55
HSL 220.67º 0.64% 0.27% -
HSV(B) 220.67º 0.78% 0.45% -
XYZ 4.81 4.08 16.75 -
YUV 52.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 25 54 115 0.78 0.53 0 0.55 220.67 0.64 0.27
Hex 19 36 73 4E 35 0 37 DD 40 1B
Octal 31 66 163 116 65 0 67 335 100 33
Binary 11001 110110 1110011 1001110 110101 0 110111 11011101 1000000 11011

Color Harmonies of #193673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193673

Black with #193673

Text Example


Text Example

White with #193673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193673; }

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

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

background-color css

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

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

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

border-color css

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

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

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