Html Css Color HEX #196675 Allports

📋 copy color: '#196675'

red 25 ◦ green 102 ◦ blue 117

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

Shades of Allports #196675

Tints of Allports #196675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 10.25%
G = 41.8%
B = 47.95%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196675 (or 0x196675) is known color: Allports. HEX triplet: 19, 66 and 75. RGB value is (25,102,117). Sum of RGB (Red+Green+Blue) = 25+102+117=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #196675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196675 is #E6998A. Grayscale: #505050. Windows color (decimal): -15112587 or 7693849. OLE color: 7693849.

HSL color Cylindrical-coordinate representation of color #196675: hue angle of 189.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196675 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 102 117 -
CMYK 0.79 0.13 0 0.54
HSL 189.78º 0.65% 0.28% -
HSV(B) 189.78º 0.79% 0.46% -
XYZ 8.36 10.99 18.51 -
YUV 80.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 25 102 117 0.79 0.13 0 0.54 189.78 0.65 0.28
Hex 19 66 75 4F D 0 36 BE 41 1C
Octal 31 146 165 117 15 0 66 276 101 34
Binary 11001 1100110 1110101 1001111 1101 0 110110 10111110 1000001 11100

Color Harmonies of #196675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196675

Black with #196675

Text Example


Text Example

White with #196675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196675; }

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

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

background-color css

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

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

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

border-color css

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

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

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