Html Css Color HEX #194591 Endeavour

📋 copy color: '#194591'

red 25 ◦ green 69 ◦ blue 145

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

Shades of Endeavour #194591

Tints of Endeavour #194591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 10.46%
G = 28.87%
B = 60.67%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194591 (or 0x194591) is known color: Endeavour. HEX triplet: 19, 45 and 91. RGB value is (25,69,145). Sum of RGB (Red+Green+Blue) = 25+69+145=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #194591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194591 is #E6BA6E. Grayscale: #404040. Windows color (decimal): -15121007 or 9520409. OLE color: 9520409.

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

Color convert

RGB 25 69 145 -
CMYK 0.83 0.52 0 0.43
HSL 218º 0.71% 0.33% -
HSV(B) 218º 0.83% 0.57% -
XYZ 7.64 6.51 27.64 -
YUV 64.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 25 69 145 0.83 0.52 0 0.43 218 0.71 0.33
Hex 19 45 91 53 34 0 2B DA 47 21
Octal 31 105 221 123 64 0 53 332 107 41
Binary 11001 1000101 10010001 1010011 110100 0 101011 11011010 1000111 100001

Color Harmonies of #194591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194591

Black with #194591

Text Example


Text Example

White with #194591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194591; }

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

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

background-color css

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

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

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

border-color css

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

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

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