Html Css Color HEX #194890 Endeavour

📋 copy color: '#194890'

red 25 ◦ green 72 ◦ blue 144

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

Shades of Endeavour #194890

Tints of Endeavour #194890

RGB

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

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

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

R = 10.37%
G = 29.88%
B = 59.75%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#194890 (or 0x194890) is known color: Endeavour. HEX triplet: 19, 48 and 90. RGB value is (25,72,144). Sum of RGB (Red+Green+Blue) = 25+72+144=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #194890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194890 is #E6B76F. Grayscale: #414141. Windows color (decimal): -15120240 or 9455641. OLE color: 9455641.

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

Color convert

RGB 25 72 144 -
CMYK 0.83 0.50 0 0.44
HSL 216.3º 0.7% 0.33% -
HSV(B) 216.3º 0.83% 0.56% -
XYZ 7.75 6.86 27.3 -
YUV 66.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 25 72 144 0.83 0.50 0 0.44 216.3 0.7 0.33
Hex 19 48 90 53 32 0 2C D8 46 21
Octal 31 110 220 123 62 0 54 330 106 41
Binary 11001 1001000 10010000 1010011 110010 0 101100 11011000 1000110 100001

Color Harmonies of #194890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194890

Black with #194890

Text Example


Text Example

White with #194890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194890; }

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

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

background-color css

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

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

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

border-color css

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

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

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