Html Css Color HEX #196678 Allports

📋 copy color: '#196678'

red 25 ◦ green 102 ◦ blue 120

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

Shades of Allports #196678

Tints of Allports #196678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 10.12%
G = 41.3%
B = 48.58%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196678 (or 0x196678) is known color: Allports. HEX triplet: 19, 66 and 78. RGB value is (25,102,120). Sum of RGB (Red+Green+Blue) = 25+102+120=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #196678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196678 is #E69987. Grayscale: #505050. Windows color (decimal): -15112584 or 7890457. OLE color: 7890457.

HSL color Cylindrical-coordinate representation of color #196678: hue angle of 191.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196678 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 102 120 -
CMYK 0.79 0.15 0 0.53
HSL 191.37º 0.66% 0.28% -
HSV(B) 191.37º 0.79% 0.47% -
XYZ 8.54 11.07 19.45 -
YUV 81.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 25 102 120 0.79 0.15 0 0.53 191.37 0.66 0.28
Hex 19 66 78 4F F 0 35 BF 42 1C
Octal 31 146 170 117 17 0 65 277 102 34
Binary 11001 1100110 1111000 1001111 1111 0 110101 10111111 1000010 11100

Color Harmonies of #196678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196678

Black with #196678

Text Example


Text Example

White with #196678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196678; }

 p { color: rgb(25,102,120); }

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

background-color css

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

 a { background-color: rgb(25,102,120); }

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

border-color css

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

 span { border-color: rgb(25,102,120); }

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