Html Css Color HEX #196D8D Allports

📋 copy color: '#196D8D'

red 25 ◦ green 109 ◦ blue 141

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

Shades of Allports #196D8D

Tints of Allports #196D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.64%

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 9.09%
G = 39.64%
B = 51.27%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#196D8D (or 0x196D8D) is known color: Allports. HEX triplet: 19, 6D and 8D. RGB value is (25,109,141). Sum of RGB (Red+Green+Blue) = 25+109+141=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #196D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D8D is #E69272. Grayscale: #575757. Windows color (decimal): -15110771 or 9268505. OLE color: 9268505.

HSL color Cylindrical-coordinate representation of color #196D8D: hue angle of 196.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196D8D is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 109 141 -
CMYK 0.82 0.23 0 0.45
HSL 196.55º 0.7% 0.33% -
HSV(B) 196.55º 0.82% 0.55% -
XYZ 10.68 13.07 27.16 -
YUV 87.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 25 109 141 0.82 0.23 0 0.45 196.55 0.7 0.33
Hex 19 6D 8D 52 17 0 2D C5 46 21
Octal 31 155 215 122 27 0 55 305 106 41
Binary 11001 1101101 10001101 1010010 10111 0 101101 11000101 1000110 100001

Color Harmonies of #196D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D8D

Black with #196D8D

Text Example


Text Example

White with #196D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196D8D; }

 p { color: rgb(25,109,141); }

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

background-color css

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

 a { background-color: rgb(25,109,141); }

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

border-color css

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

 span { border-color: rgb(25,109,141); }

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