Html Css Color HEX #196378 Allports

📋 copy color: '#196378'

red 25 ◦ green 99 ◦ blue 120

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

Shades of Allports #196378

Tints of Allports #196378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

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

R = 10.25%
G = 40.57%
B = 49.18%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#196378 (or 0x196378) is known color: Allports. HEX triplet: 19, 63 and 78. RGB value is (25,99,120). Sum of RGB (Red+Green+Blue) = 25+99+120=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #196378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196378 is #E69C87. Grayscale: #4F4F4F. Windows color (decimal): -15113352 or 7889689. OLE color: 7889689.

HSL color Cylindrical-coordinate representation of color #196378: hue angle of 193.26º 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 #196378 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 99 120 -
CMYK 0.79 0.17 0 0.53
HSL 193.26º 0.66% 0.28% -
HSV(B) 193.26º 0.79% 0.47% -
XYZ 8.25 10.49 19.36 -
YUV 79.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 25 99 120 0.79 0.17 0 0.53 193.26 0.66 0.28
Hex 19 63 78 4F 11 0 35 C1 42 1C
Octal 31 143 170 117 21 0 65 301 102 34
Binary 11001 1100011 1111000 1001111 10001 0 110101 11000001 1000010 11100

Color Harmonies of #196378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196378

Black with #196378

Text Example


Text Example

White with #196378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196378; }

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

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

background-color css

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

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

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

border-color css

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

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

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