Html Css Color HEX #194994 Endeavour

📋 copy color: '#194994'

red 25 ◦ green 73 ◦ blue 148

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

Shades of Endeavour #194994

Tints of Endeavour #194994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 10.16%
G = 29.67%
B = 60.16%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#194994 (or 0x194994) is known color: Endeavour. HEX triplet: 19, 49 and 94. RGB value is (25,73,148). Sum of RGB (Red+Green+Blue) = 25+73+148=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #194994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194994 is #E6B66B. Grayscale: #424242. Windows color (decimal): -15119980 or 9718041. OLE color: 9718041.

HSL color Cylindrical-coordinate representation of color #194994: hue angle of 216.59º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194994 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 73 148 -
CMYK 0.83 0.51 0 0.42
HSL 216.59º 0.71% 0.34% -
HSV(B) 216.59º 0.83% 0.58% -
XYZ 8.13 7.11 28.96 -
YUV 67.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 25 73 148 0.83 0.51 0 0.42 216.59 0.71 0.34
Hex 19 49 94 53 33 0 2A D9 47 22
Octal 31 111 224 123 63 0 52 331 107 42
Binary 11001 1001001 10010100 1010011 110011 0 101010 11011001 1000111 100010

Color Harmonies of #194994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194994

Black with #194994

Text Example


Text Example

White with #194994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194994; }

 p { color: rgb(25,73,148); }

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

background-color css

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

 a { background-color: rgb(25,73,148); }

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

border-color css

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

 span { border-color: rgb(25,73,148); }

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