Html Css Color HEX #193279 Sapphire

📋 copy color: '#193279'

red 25 ◦ green 50 ◦ blue 121

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

Shades of Sapphire #193279

Tints of Sapphire #193279

RGB

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

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

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

R = 12.76%
G = 25.51%
B = 61.73%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193279 (or 0x193279) is known color: Sapphire. HEX triplet: 19, 32 and 79. RGB value is (25,50,121). Sum of RGB (Red+Green+Blue) = 25+50+121=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #193279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193279 is #E6CD86. Grayscale: #323232. Windows color (decimal): -15125895 or 7942681. OLE color: 7942681.

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

Color convert

RGB 25 50 121 -
CMYK 0.79 0.59 0 0.53
HSL 224.38º 0.66% 0.29% -
HSV(B) 224.38º 0.79% 0.47% -
XYZ 4.99 3.87 18.57 -
YUV 50.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 25 50 121 0.79 0.59 0 0.53 224.38 0.66 0.29
Hex 19 32 79 4F 3B 0 35 E0 42 1D
Octal 31 62 171 117 73 0 65 340 102 35
Binary 11001 110010 1111001 1001111 111011 0 110101 11100000 1000010 11101

Color Harmonies of #193279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193279

Black with #193279

Text Example


Text Example

White with #193279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193279; }

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

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

background-color css

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

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

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

border-color css

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

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

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