Html Css Color HEX #194891 Endeavour

📋 copy color: '#194891'

red 25 ◦ green 72 ◦ blue 145

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

Shades of Endeavour #194891

Tints of Endeavour #194891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 10.33%
G = 29.75%
B = 59.92%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194891 (or 0x194891) is known color: Endeavour. HEX triplet: 19, 48 and 91. RGB value is (25,72,145). Sum of RGB (Red+Green+Blue) = 25+72+145=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #194891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194891 is #E6B76E. Grayscale: #414141. Windows color (decimal): -15120239 or 9521177. OLE color: 9521177.

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

Color convert

RGB 25 72 145 -
CMYK 0.83 0.50 0 0.43
HSL 216.5º 0.71% 0.33% -
HSV(B) 216.5º 0.83% 0.57% -
XYZ 7.83 6.89 27.7 -
YUV 66.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 25 72 145 0.83 0.50 0 0.43 216.5 0.71 0.33
Hex 19 48 91 53 32 0 2B D8 47 21
Octal 31 110 221 123 62 0 53 330 107 41
Binary 11001 1001000 10010001 1010011 110010 0 101011 11011000 1000111 100001

Color Harmonies of #194891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194891

Black with #194891

Text Example


Text Example

White with #194891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194891; }

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

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

background-color css

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

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

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

border-color css

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

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

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