Html Css Color HEX #196B7D Allports

📋 copy color: '#196B7D'

red 25 ◦ green 107 ◦ blue 125

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

Shades of Allports #196B7D

Tints of Allports #196B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 9.73%
G = 41.63%
B = 48.64%

CMYK

 C value IS 0.8

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#196B7D (or 0x196B7D) is known color: Allports. HEX triplet: 19, 6B and 7D. RGB value is (25,107,125). Sum of RGB (Red+Green+Blue) = 25+107+125=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #196B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B7D is #E69482. Grayscale: #545454. Windows color (decimal): -15111299 or 8219417. OLE color: 8219417.

HSL color Cylindrical-coordinate representation of color #196B7D: hue angle of 190.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196B7D is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 107 125 -
CMYK 0.8 0.14 0 0.51
HSL 190.8º 0.67% 0.29% -
HSV(B) 190.8º 0.8% 0.49% -
XYZ 9.36 12.2 21.26 -
YUV 84.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 25 107 125 0.8 0.14 0 0.51 190.8 0.67 0.29
Hex 19 6B 7D 50 E 0 33 BF 43 1D
Octal 31 153 175 120 16 0 63 277 103 35
Binary 11001 1101011 1111101 1010000 1110 0 110011 10111111 1000011 11101

Color Harmonies of #196B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196B7D

Black with #196B7D

Text Example


Text Example

White with #196B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,125); }

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

background-color css

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

 a { background-color: rgb(25,107,125); }

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

border-color css

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

 span { border-color: rgb(25,107,125); }

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