Html Css Color HEX #196672 Allports

📋 copy color: '#196672'

red 25 ◦ green 102 ◦ blue 114

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

Shades of Allports #196672

Tints of Allports #196672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 10.37%
G = 42.32%
B = 47.3%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#196672 (or 0x196672) is known color: Allports. HEX triplet: 19, 66 and 72. RGB value is (25,102,114). Sum of RGB (Red+Green+Blue) = 25+102+114=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #196672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196672 is #E6998D. Grayscale: #505050. Windows color (decimal): -15112590 or 7497241. OLE color: 7497241.

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

Color convert

RGB 25 102 114 -
CMYK 0.78 0.11 0 0.55
HSL 188.09º 0.64% 0.27% -
HSV(B) 188.09º 0.78% 0.45% -
XYZ 8.19 10.92 17.6 -
YUV 80.35 146.99 88.52 -
System Red Green Blue C M Y K H S L
Decimal 25 102 114 0.78 0.11 0 0.55 188.09 0.64 0.27
Hex 19 66 72 4E B 0 37 BC 40 1B
Octal 31 146 162 116 13 0 67 274 100 33
Binary 11001 1100110 1110010 1001110 1011 0 110111 10111100 1000000 11011

Color Harmonies of #196672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196672

Black with #196672

Text Example


Text Example

White with #196672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196672; }

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

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

background-color css

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

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

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

border-color css

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

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

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