Html Css Color HEX #196570 Allports

📋 copy color: '#196570'

red 25 ◦ green 101 ◦ blue 112

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

Shades of Allports #196570

Tints of Allports #196570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 10.5%
G = 42.44%
B = 47.06%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#196570 (or 0x196570) is known color: Allports. HEX triplet: 19, 65 and 70. RGB value is (25,101,112). Sum of RGB (Red+Green+Blue) = 25+101+112=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #196570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196570 is #E69A8F. Grayscale: #4F4F4F. Windows color (decimal): -15112848 or 7365913. OLE color: 7365913.

HSL color Cylindrical-coordinate representation of color #196570: hue angle of 187.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196570 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 101 112 -
CMYK 0.78 0.10 0 0.56
HSL 187.59º 0.64% 0.27% -
HSV(B) 187.59º 0.78% 0.44% -
XYZ 7.98 10.68 16.97 -
YUV 79.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 25 101 112 0.78 0.10 0 0.56 187.59 0.64 0.27
Hex 19 65 70 4E A 0 38 BC 40 1B
Octal 31 145 160 116 12 0 70 274 100 33
Binary 11001 1100101 1110000 1001110 1010 0 111000 10111100 1000000 11011

Color Harmonies of #196570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196570

Black with #196570

Text Example


Text Example

White with #196570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196570; }

 p { color: rgb(25,101,112); }

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

background-color css

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

 a { background-color: rgb(25,101,112); }

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

border-color css

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

 span { border-color: rgb(25,101,112); }

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