Html Css Color HEX #195F71 Allports

📋 copy color: '#195F71'

red 25 ◦ green 95 ◦ blue 113

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

Shades of Allports #195F71

Tints of Allports #195F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 10.73%
G = 40.77%
B = 48.5%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195F71 (or 0x195F71) is known color: Allports. HEX triplet: 19, 5F and 71. RGB value is (25,95,113). Sum of RGB (Red+Green+Blue) = 25+95+113=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #195F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F71 is #E6A08E. Grayscale: #4B4B4B. Windows color (decimal): -15114383 or 7429913. OLE color: 7429913.

HSL color Cylindrical-coordinate representation of color #195F71: hue angle of 192.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195F71 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 95 113 -
CMYK 0.78 0.16 0 0.56
HSL 192.27º 0.64% 0.27% -
HSV(B) 192.27º 0.78% 0.44% -
XYZ 7.47 9.58 17.08 -
YUV 76.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 25 95 113 0.78 0.16 0 0.56 192.27 0.64 0.27
Hex 19 5F 71 4E 10 0 38 C0 40 1B
Octal 31 137 161 116 20 0 70 300 100 33
Binary 11001 1011111 1110001 1001110 10000 0 111000 11000000 1000000 11011

Color Harmonies of #195F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F71

Black with #195F71

Text Example


Text Example

White with #195F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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