Html Css Color HEX #197378 Allports

📋 copy color: '#197378'

red 25 ◦ green 115 ◦ blue 120

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

Shades of Allports #197378

Tints of Allports #197378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 9.62%
G = 44.23%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#197378 (or 0x197378) is known color: Allports. HEX triplet: 19, 73 and 78. RGB value is (25,115,120). Sum of RGB (Red+Green+Blue) = 25+115+120=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #197378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197378 is #E68C87. Grayscale: #585858. Windows color (decimal): -15109256 or 7893785. OLE color: 7893785.

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

Color convert

RGB 25 115 120 -
CMYK 0.79 0.04 0 0.53
HSL 183.16º 0.66% 0.28% -
HSV(B) 183.16º 0.79% 0.47% -
XYZ 9.92 13.82 19.91 -
YUV 88.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 25 115 120 0.79 0.04 0 0.53 183.16 0.66 0.28
Hex 19 73 78 4F 4 0 35 B7 42 1C
Octal 31 163 170 117 4 0 65 267 102 34
Binary 11001 1110011 1111000 1001111 100 0 110101 10110111 1000010 11100

Color Harmonies of #197378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197378

Black with #197378

Text Example


Text Example

White with #197378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197378; }

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

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

background-color css

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

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

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

border-color css

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

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

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