Html Css Color HEX #193376 Sapphire

📋 copy color: '#193376'

red 25 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #193376

Tints of Sapphire #193376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 12.89%
G = 26.29%
B = 60.82%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193376 (or 0x193376) is known color: Sapphire. HEX triplet: 19, 33 and 76. RGB value is (25,51,118). Sum of RGB (Red+Green+Blue) = 25+51+118=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #193376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193376 is #E6CC89. Grayscale: #323232. Windows color (decimal): -15125642 or 7746329. OLE color: 7746329.

HSL color Cylindrical-coordinate representation of color #193376: hue angle of 223.23º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193376 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 51 118 -
CMYK 0.79 0.57 0 0.54
HSL 223.23º 0.65% 0.28% -
HSV(B) 223.23º 0.79% 0.46% -
XYZ 4.85 3.88 17.63 -
YUV 50.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 25 51 118 0.79 0.57 0 0.54 223.23 0.65 0.28
Hex 19 33 76 4F 39 0 36 DF 41 1C
Octal 31 63 166 117 71 0 66 337 101 34
Binary 11001 110011 1110110 1001111 111001 0 110110 11011111 1000001 11100

Color Harmonies of #193376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193376

Black with #193376

Text Example


Text Example

White with #193376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193376; }

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

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

background-color css

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

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

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

border-color css

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

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

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