Html Css Color HEX #195795 Endeavour

📋 copy color: '#195795'

red 25 ◦ green 87 ◦ blue 149

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

Shades of Endeavour #195795

Tints of Endeavour #195795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 9.58%
G = 33.33%
B = 57.09%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195795 (or 0x195795) is known color: Endeavour. HEX triplet: 19, 57 and 95. RGB value is (25,87,149). Sum of RGB (Red+Green+Blue) = 25+87+149=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #195795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195795 is #E6A86A. Grayscale: #4B4B4B. Windows color (decimal): -15116395 or 9787161. OLE color: 9787161.

HSL color Cylindrical-coordinate representation of color #195795: hue angle of 210º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195795 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 87 149 -
CMYK 0.83 0.42 0 0.42
HSL 210º 0.71% 0.34% -
HSV(B) 210º 0.83% 0.58% -
XYZ 9.23 9.19 29.72 -
YUV 75.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 25 87 149 0.83 0.42 0 0.42 210 0.71 0.34
Hex 19 57 95 53 2A 0 2A D2 47 22
Octal 31 127 225 123 52 0 52 322 107 42
Binary 11001 1010111 10010101 1010011 101010 0 101010 11010010 1000111 100010

Color Harmonies of #195795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195795

Black with #195795

Text Example


Text Example

White with #195795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195795; }

 p { color: rgb(25,87,149); }

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

background-color css

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

 a { background-color: rgb(25,87,149); }

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

border-color css

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

 span { border-color: rgb(25,87,149); }

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