Html Css Color HEX #196791 Allports

📋 copy color: '#196791'

red 25 ◦ green 103 ◦ blue 145

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

Shades of Allports #196791

Tints of Allports #196791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 145 (57.03% from 255) = 53.11%

R = 9.16%
G = 37.73%
B = 53.11%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#196791 (or 0x196791) is known color: Allports. HEX triplet: 19, 67 and 91. RGB value is (25,103,145). Sum of RGB (Red+Green+Blue) = 25+103+145=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #196791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196791 is #E6986E. Grayscale: #545454. Windows color (decimal): -15112303 or 9529113. OLE color: 9529113.

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

Color convert

RGB 25 103 145 -
CMYK 0.83 0.29 0 0.43
HSL 201º 0.71% 0.33% -
HSV(B) 201º 0.83% 0.57% -
XYZ 10.36 11.95 28.55 -
YUV 84.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 25 103 145 0.83 0.29 0 0.43 201 0.71 0.33
Hex 19 67 91 53 1D 0 2B C9 47 21
Octal 31 147 221 123 35 0 53 311 107 41
Binary 11001 1100111 10010001 1010011 11101 0 101011 11001001 1000111 100001

Color Harmonies of #196791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196791

Black with #196791

Text Example


Text Example

White with #196791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196791; }

 p { color: rgb(25,103,145); }

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

background-color css

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

 a { background-color: rgb(25,103,145); }

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

border-color css

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

 span { border-color: rgb(25,103,145); }

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