Html Css Color HEX #197293 Allports

📋 copy color: '#197293'

red 25 ◦ green 114 ◦ blue 147

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

Shades of Allports #197293

Tints of Allports #197293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 8.74%
G = 39.86%
B = 51.4%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197293 (or 0x197293) is known color: Allports. HEX triplet: 19, 72 and 93. RGB value is (25,114,147). Sum of RGB (Red+Green+Blue) = 25+114+147=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #197293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197293 is #E68D6C. Grayscale: #5A5A5A. Windows color (decimal): -15109485 or 9663001. OLE color: 9663001.

HSL color Cylindrical-coordinate representation of color #197293: hue angle of 196.23º 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 #197293 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 114 147 -
CMYK 0.83 0.22 0 0.42
HSL 196.23º 0.71% 0.34% -
HSV(B) 196.23º 0.83% 0.58% -
XYZ 11.68 14.35 29.76 -
YUV 91.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 25 114 147 0.83 0.22 0 0.42 196.23 0.71 0.34
Hex 19 72 93 53 16 0 2A C4 47 22
Octal 31 162 223 123 26 0 52 304 107 42
Binary 11001 1110010 10010011 1010011 10110 0 101010 11000100 1000111 100010

Color Harmonies of #197293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197293

Black with #197293

Text Example


Text Example

White with #197293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197293; }

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

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

background-color css

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

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

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

border-color css

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

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

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