Html Css Color HEX #196275 Allports

📋 copy color: '#196275'

red 25 ◦ green 98 ◦ blue 117

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

Shades of Allports #196275

Tints of Allports #196275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

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

R = 10.42%
G = 40.83%
B = 48.75%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196275 (or 0x196275) is known color: Allports. HEX triplet: 19, 62 and 75. RGB value is (25,98,117). Sum of RGB (Red+Green+Blue) = 25+98+117=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #196275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196275 is #E69D8A. Grayscale: #4E4E4E. Windows color (decimal): -15113611 or 7692825. OLE color: 7692825.

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

Color convert

RGB 25 98 117 -
CMYK 0.79 0.16 0 0.54
HSL 192.39º 0.65% 0.28% -
HSV(B) 192.39º 0.79% 0.46% -
XYZ 7.98 10.23 18.38 -
YUV 78.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 25 98 117 0.79 0.16 0 0.54 192.39 0.65 0.28
Hex 19 62 75 4F 10 0 36 C0 41 1C
Octal 31 142 165 117 20 0 66 300 101 34
Binary 11001 1100010 1110101 1001111 10000 0 110110 11000000 1000001 11100

Color Harmonies of #196275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196275

Black with #196275

Text Example


Text Example

White with #196275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196275; }

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

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

background-color css

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

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

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

border-color css

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

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

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