Html Css Color HEX #195997 Endeavour

📋 copy color: '#195997'

red 25 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #195997

Tints of Endeavour #195997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 9.43%
G = 33.58%
B = 56.98%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#195997 (or 0x195997) is known color: Endeavour. HEX triplet: 19, 59 and 97. RGB value is (25,89,151). Sum of RGB (Red+Green+Blue) = 25+89+151=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #195997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195997 is #E6A668. Grayscale: #4C4C4C. Windows color (decimal): -15115881 or 9918745. OLE color: 9918745.

HSL color Cylindrical-coordinate representation of color #195997: hue angle of 209.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195997 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 89 151 -
CMYK 0.83 0.41 0 0.41
HSL 209.52º 0.72% 0.35% -
HSV(B) 209.52º 0.83% 0.59% -
XYZ 9.56 9.59 30.62 -
YUV 76.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 25 89 151 0.83 0.41 0 0.41 209.52 0.72 0.35
Hex 19 59 97 53 29 0 29 D2 48 23
Octal 31 131 227 123 51 0 51 322 110 43
Binary 11001 1011001 10010111 1010011 101001 0 101001 11010010 1001000 100011

Color Harmonies of #195997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195997

Black with #195997

Text Example


Text Example

White with #195997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195997; }

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

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

background-color css

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

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

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

border-color css

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

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

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