Html Css Color HEX #195691 Endeavour

📋 copy color: '#195691'

red 25 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #195691

Tints of Endeavour #195691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 9.77%
G = 33.59%
B = 56.64%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195691 (or 0x195691) is known color: Endeavour. HEX triplet: 19, 56 and 91. RGB value is (25,86,145). Sum of RGB (Red+Green+Blue) = 25+86+145=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #195691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195691 is #E6A96E. Grayscale: #4A4A4A. Windows color (decimal): -15116655 or 9524761. OLE color: 9524761.

HSL color Cylindrical-coordinate representation of color #195691: hue angle of 209.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195691 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 86 145 -
CMYK 0.83 0.41 0 0.43
HSL 209.5º 0.71% 0.33% -
HSV(B) 209.5º 0.83% 0.57% -
XYZ 8.84 8.91 28.04 -
YUV 74.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 25 86 145 0.83 0.41 0 0.43 209.5 0.71 0.33
Hex 19 56 91 53 29 0 2B D2 47 21
Octal 31 126 221 123 51 0 53 322 107 41
Binary 11001 1010110 10010001 1010011 101001 0 101011 11010010 1000111 100001

Color Harmonies of #195691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195691

Black with #195691

Text Example


Text Example

White with #195691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195691; }

 p { color: rgb(25,86,145); }

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

background-color css

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

 a { background-color: rgb(25,86,145); }

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

border-color css

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

 span { border-color: rgb(25,86,145); }

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