Html Css Color HEX #195F77 Allports

📋 copy color: '#195F77'

red 25 ◦ green 95 ◦ blue 119

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

Shades of Allports #195F77

Tints of Allports #195F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.75%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 10.46%
G = 39.75%
B = 49.79%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195F77 (or 0x195F77) is known color: Allports. HEX triplet: 19, 5F and 77. RGB value is (25,95,119). Sum of RGB (Red+Green+Blue) = 25+95+119=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #195F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F77 is #E6A088. Grayscale: #4C4C4C. Windows color (decimal): -15114377 or 7823129. OLE color: 7823129.

HSL color Cylindrical-coordinate representation of color #195F77: hue angle of 195.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195F77 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 95 119 -
CMYK 0.79 0.20 0 0.53
HSL 195.32º 0.65% 0.28% -
HSV(B) 195.32º 0.79% 0.47% -
XYZ 7.82 9.72 18.92 -
YUV 76.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 25 95 119 0.79 0.20 0 0.53 195.32 0.65 0.28
Hex 19 5F 77 4F 14 0 35 C3 41 1C
Octal 31 137 167 117 24 0 65 303 101 34
Binary 11001 1011111 1110111 1001111 10100 0 110101 11000011 1000001 11100

Color Harmonies of #195F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F77

Black with #195F77

Text Example


Text Example

White with #195F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195F77; }

 p { color: rgb(25,95,119); }

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

background-color css

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

 a { background-color: rgb(25,95,119); }

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

border-color css

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

 span { border-color: rgb(25,95,119); }

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