Html Css Color HEX #193379 Sapphire

📋 copy color: '#193379'

red 25 ◦ green 51 ◦ blue 121

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

Shades of Sapphire #193379

Tints of Sapphire #193379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 61.42%

R = 12.69%
G = 25.89%
B = 61.42%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193379 (or 0x193379) is known color: Sapphire. HEX triplet: 19, 33 and 79. RGB value is (25,51,121). Sum of RGB (Red+Green+Blue) = 25+51+121=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #193379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193379 is #E6CC86. Grayscale: #323232. Windows color (decimal): -15125639 or 7942937. OLE color: 7942937.

HSL color Cylindrical-coordinate representation of color #193379: hue angle of 223.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193379 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 51 121 -
CMYK 0.79 0.58 0 0.53
HSL 223.75º 0.66% 0.29% -
HSV(B) 223.75º 0.79% 0.47% -
XYZ 5.04 3.95 18.59 -
YUV 51.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 25 51 121 0.79 0.58 0 0.53 223.75 0.66 0.29
Hex 19 33 79 4F 3A 0 35 E0 42 1D
Octal 31 63 171 117 72 0 65 340 102 35
Binary 11001 110011 1111001 1001111 111010 0 110101 11100000 1000010 11101

Color Harmonies of #193379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193379

Black with #193379

Text Example


Text Example

White with #193379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193379; }

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

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

background-color css

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

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

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

border-color css

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

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

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