Html Css Color HEX #197392 Allports

📋 copy color: '#197392'

red 25 ◦ green 115 ◦ blue 146

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

Shades of Allports #197392

Tints of Allports #197392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 8.74%
G = 40.21%
B = 51.05%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#197392 (or 0x197392) is known color: Allports. HEX triplet: 19, 73 and 92. RGB value is (25,115,146). Sum of RGB (Red+Green+Blue) = 25+115+146=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #197392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197392 is #E68C6D. Grayscale: #5B5B5B. Windows color (decimal): -15109230 or 9597721. OLE color: 9597721.

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

Color convert

RGB 25 115 146 -
CMYK 0.83 0.21 0 0.43
HSL 195.37º 0.71% 0.34% -
HSV(B) 195.37º 0.83% 0.57% -
XYZ 11.72 14.54 29.38 -
YUV 91.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 25 115 146 0.83 0.21 0 0.43 195.37 0.71 0.34
Hex 19 73 92 53 15 0 2B C3 47 22
Octal 31 163 222 123 25 0 53 303 107 42
Binary 11001 1110011 10010010 1010011 10101 0 101011 11000011 1000111 100010

Color Harmonies of #197392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197392

Black with #197392

Text Example


Text Example

White with #197392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197392; }

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

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

background-color css

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

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

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

border-color css

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

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

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