Html Css Color HEX #196873 Allports

📋 copy color: '#196873'

red 25 ◦ green 104 ◦ blue 115

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

Shades of Allports #196873

Tints of Allports #196873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 10.25%
G = 42.62%
B = 47.13%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196873 (or 0x196873) is known color: Allports. HEX triplet: 19, 68 and 73. RGB value is (25,104,115). Sum of RGB (Red+Green+Blue) = 25+104+115=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #196873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196873 is #E6978C. Grayscale: #515151. Windows color (decimal): -15112077 or 7563289. OLE color: 7563289.

HSL color Cylindrical-coordinate representation of color #196873: hue angle of 187.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196873 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 104 115 -
CMYK 0.78 0.10 0 0.55
HSL 187.33º 0.64% 0.27% -
HSV(B) 187.33º 0.78% 0.45% -
XYZ 8.45 11.35 17.96 -
YUV 81.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 25 104 115 0.78 0.10 0 0.55 187.33 0.64 0.27
Hex 19 68 73 4E A 0 37 BB 40 1B
Octal 31 150 163 116 12 0 67 273 100 33
Binary 11001 1101000 1110011 1001110 1010 0 110111 10111011 1000000 11011

Color Harmonies of #196873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196873

Black with #196873

Text Example


Text Example

White with #196873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196873; }

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

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

background-color css

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

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

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

border-color css

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

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

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