Html Css Color HEX #196075 Allports

📋 copy color: '#196075'

red 25 ◦ green 96 ◦ blue 117

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

Shades of Allports #196075

Tints of Allports #196075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 10.5%
G = 40.34%
B = 49.16%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#196075 (or 0x196075) is known color: Allports. HEX triplet: 19, 60 and 75. RGB value is (25,96,117). Sum of RGB (Red+Green+Blue) = 25+96+117=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #196075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196075 is #E69F8A. Grayscale: #4D4D4D. Windows color (decimal): -15114123 or 7692313. OLE color: 7692313.

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

Color convert

RGB 25 96 117 -
CMYK 0.79 0.18 0 0.54
HSL 193.7º 0.65% 0.28% -
HSV(B) 193.7º 0.79% 0.46% -
XYZ 7.79 9.86 18.32 -
YUV 77.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 25 96 117 0.79 0.18 0 0.54 193.7 0.65 0.28
Hex 19 60 75 4F 12 0 36 C2 41 1C
Octal 31 140 165 117 22 0 66 302 101 34
Binary 11001 1100000 1110101 1001111 10010 0 110110 11000010 1000001 11100

Color Harmonies of #196075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196075

Black with #196075

Text Example


Text Example

White with #196075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196075; }

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

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

background-color css

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

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

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

border-color css

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

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

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