Html Css Color HEX #196992 Allports

📋 copy color: '#196992'

red 25 ◦ green 105 ◦ blue 146

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

Shades of Allports #196992

Tints of Allports #196992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

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

R = 9.06%
G = 38.04%
B = 52.9%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#196992 (or 0x196992) is known color: Allports. HEX triplet: 19, 69 and 92. RGB value is (25,105,146). Sum of RGB (Red+Green+Blue) = 25+105+146=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #196992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196992 is #E6966D. Grayscale: #555555. Windows color (decimal): -15111790 or 9595161. OLE color: 9595161.

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

Color convert

RGB 25 105 146 -
CMYK 0.83 0.28 0 0.43
HSL 200.33º 0.71% 0.34% -
HSV(B) 200.33º 0.83% 0.57% -
XYZ 10.64 12.39 29.02 -
YUV 85.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 25 105 146 0.83 0.28 0 0.43 200.33 0.71 0.34
Hex 19 69 92 53 1C 0 2B C8 47 22
Octal 31 151 222 123 34 0 53 310 107 42
Binary 11001 1101001 10010010 1010011 11100 0 101011 11001000 1000111 100010

Color Harmonies of #196992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196992

Black with #196992

Text Example


Text Example

White with #196992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196992; }

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

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

background-color css

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

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

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

border-color css

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

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

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