Html Css Color HEX #197384 Allports

📋 copy color: '#197384'

red 25 ◦ green 115 ◦ blue 132

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

Shades of Allports #197384

Tints of Allports #197384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 9.19%
G = 42.28%
B = 48.53%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197384 (or 0x197384) is known color: Allports. HEX triplet: 19, 73 and 84. RGB value is (25,115,132). Sum of RGB (Red+Green+Blue) = 25+115+132=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #197384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197384 is #E68C7B. Grayscale: #595959. Windows color (decimal): -15109244 or 8680217. OLE color: 8680217.

HSL color Cylindrical-coordinate representation of color #197384: hue angle of 189.53º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197384 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 115 132 -
CMYK 0.81 0.13 0 0.48
HSL 189.53º 0.68% 0.31% -
HSV(B) 189.53º 0.81% 0.52% -
XYZ 10.7 14.13 23.99 -
YUV 90.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 25 115 132 0.81 0.13 0 0.48 189.53 0.68 0.31
Hex 19 73 84 51 D 0 30 BE 44 1F
Octal 31 163 204 121 15 0 60 276 104 37
Binary 11001 1110011 10000100 1010001 1101 0 110000 10111110 1000100 11111

Color Harmonies of #197384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197384

Black with #197384

Text Example


Text Example

White with #197384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197384; }

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

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

background-color css

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

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

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

border-color css

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

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

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