Html Css Color HEX #194790 Endeavour

📋 copy color: '#194790'

red 25 ◦ green 71 ◦ blue 144

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

Shades of Endeavour #194790

Tints of Endeavour #194790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 144 (56.64% from 255) = 60%

R = 10.42%
G = 29.58%
B = 60%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#194790 (or 0x194790) is known color: Endeavour. HEX triplet: 19, 47 and 90. RGB value is (25,71,144). Sum of RGB (Red+Green+Blue) = 25+71+144=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #194790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194790 is #E6B86F. Grayscale: #414141. Windows color (decimal): -15120496 or 9455385. OLE color: 9455385.

HSL color Cylindrical-coordinate representation of color #194790: hue angle of 216.81º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194790 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 71 144 -
CMYK 0.83 0.51 0 0.44
HSL 216.81º 0.7% 0.33% -
HSV(B) 216.81º 0.83% 0.56% -
XYZ 7.69 6.73 27.28 -
YUV 65.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 25 71 144 0.83 0.51 0 0.44 216.81 0.7 0.33
Hex 19 47 90 53 33 0 2C D9 46 21
Octal 31 107 220 123 63 0 54 331 106 41
Binary 11001 1000111 10010000 1010011 110011 0 101100 11011001 1000110 100001

Color Harmonies of #194790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194790

Black with #194790

Text Example


Text Example

White with #194790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194790; }

 p { color: rgb(25,71,144); }

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

background-color css

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

 a { background-color: rgb(25,71,144); }

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

border-color css

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

 span { border-color: rgb(25,71,144); }

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