Html Css Color HEX #196D8B Allports

📋 copy color: '#196D8B'

red 25 ◦ green 109 ◦ blue 139

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

Shades of Allports #196D8B

Tints of Allports #196D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 9.16%
G = 39.93%
B = 50.92%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#196D8B (or 0x196D8B) is known color: Allports. HEX triplet: 19, 6D and 8B. RGB value is (25,109,139). Sum of RGB (Red+Green+Blue) = 25+109+139=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #196D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D8B is #E69274. Grayscale: #575757. Windows color (decimal): -15110773 or 9137433. OLE color: 9137433.

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

Color convert

RGB 25 109 139 -
CMYK 0.82 0.22 0 0.45
HSL 195.79º 0.7% 0.32% -
HSV(B) 195.79º 0.82% 0.55% -
XYZ 10.53 13.01 26.38 -
YUV 87.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 25 109 139 0.82 0.22 0 0.45 195.79 0.7 0.32
Hex 19 6D 8B 52 16 0 2D C4 46 20
Octal 31 155 213 122 26 0 55 304 106 40
Binary 11001 1101101 10001011 1010010 10110 0 101101 11000100 1000110 100000

Color Harmonies of #196D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D8B

Black with #196D8B

Text Example


Text Example

White with #196D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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