Html Css Color HEX #195F73 Allports

📋 copy color: '#195F73'

red 25 ◦ green 95 ◦ blue 115

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

Shades of Allports #195F73

Tints of Allports #195F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 10.64%
G = 40.43%
B = 48.94%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195F73 (or 0x195F73) is known color: Allports. HEX triplet: 19, 5F and 73. RGB value is (25,95,115). Sum of RGB (Red+Green+Blue) = 25+95+115=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #195F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F73 is #E6A08C. Grayscale: #4C4C4C. Windows color (decimal): -15114381 or 7560985. OLE color: 7560985.

HSL color Cylindrical-coordinate representation of color #195F73: hue angle of 193.33º 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 #195F73 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 95 115 -
CMYK 0.78 0.17 0 0.55
HSL 193.33º 0.64% 0.27% -
HSV(B) 193.33º 0.78% 0.45% -
XYZ 7.59 9.63 17.68 -
YUV 76.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 25 95 115 0.78 0.17 0 0.55 193.33 0.64 0.27
Hex 19 5F 73 4E 11 0 37 C1 40 1B
Octal 31 137 163 116 21 0 67 301 100 33
Binary 11001 1011111 1110011 1001110 10001 0 110111 11000001 1000000 11011

Color Harmonies of #195F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F73

Black with #195F73

Text Example


Text Example

White with #195F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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