Html Css Color HEX #197993 Allports

📋 copy color: '#197993'

red 25 ◦ green 121 ◦ blue 147

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

Shades of Allports #197993

Tints of Allports #197993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 8.53%
G = 41.3%
B = 50.17%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197993 (or 0x197993) is known color: Allports. HEX triplet: 19, 79 and 93. RGB value is (25,121,147). Sum of RGB (Red+Green+Blue) = 25+121+147=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #197993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197993 is #E6866C. Grayscale: #5F5F5F. Windows color (decimal): -15107693 or 9664793. OLE color: 9664793.

HSL color Cylindrical-coordinate representation of color #197993: hue angle of 192.79º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197993 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 121 147 -
CMYK 0.83 0.18 0 0.42
HSL 192.79º 0.71% 0.34% -
HSV(B) 192.79º 0.83% 0.58% -
XYZ 12.5 15.99 30.03 -
YUV 95.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 25 121 147 0.83 0.18 0 0.42 192.79 0.71 0.34
Hex 19 79 93 53 12 0 2A C1 47 22
Octal 31 171 223 123 22 0 52 301 107 42
Binary 11001 1111001 10010011 1010011 10010 0 101010 11000001 1000111 100010

Color Harmonies of #197993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197993

Black with #197993

Text Example


Text Example

White with #197993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197993; }

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

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

background-color css

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

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

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

border-color css

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

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

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