Html Css Color HEX #195995 Endeavour

📋 copy color: '#195995'

red 25 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #195995

Tints of Endeavour #195995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

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

R = 9.51%
G = 33.84%
B = 56.65%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195995 (or 0x195995) is known color: Endeavour. HEX triplet: 19, 59 and 95. RGB value is (25,89,149). Sum of RGB (Red+Green+Blue) = 25+89+149=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #195995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195995 is #E6A66A. Grayscale: #4C4C4C. Windows color (decimal): -15115883 or 9787673. OLE color: 9787673.

HSL color Cylindrical-coordinate representation of color #195995: hue angle of 209.03º 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 #195995 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 89 149 -
CMYK 0.83 0.40 0 0.42
HSL 209.03º 0.71% 0.34% -
HSV(B) 209.03º 0.83% 0.58% -
XYZ 9.4 9.52 29.78 -
YUV 76.7 168.8 91.12 -
System Red Green Blue C M Y K H S L
Decimal 25 89 149 0.83 0.40 0 0.42 209.03 0.71 0.34
Hex 19 59 95 53 28 0 2A D1 47 22
Octal 31 131 225 123 50 0 52 321 107 42
Binary 11001 1011001 10010101 1010011 101000 0 101010 11010001 1000111 100010

Color Harmonies of #195995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195995

Black with #195995

Text Example


Text Example

White with #195995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195995; }

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

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

background-color css

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

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

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

border-color css

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

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

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