Html Css Color HEX #194A94 Endeavour

📋 copy color: '#194A94'

red 25 ◦ green 74 ◦ blue 148

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

Shades of Endeavour #194A94

Tints of Endeavour #194A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 10.12%
G = 29.96%
B = 59.92%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#194A94 (or 0x194A94) is known color: Endeavour. HEX triplet: 19, 4A and 94. RGB value is (25,74,148). Sum of RGB (Red+Green+Blue) = 25+74+148=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #194A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A94 is #E6B56B. Grayscale: #434343. Windows color (decimal): -15119724 or 9718297. OLE color: 9718297.

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

Color convert

RGB 25 74 148 -
CMYK 0.83 0.50 0 0.42
HSL 216.1º 0.71% 0.34% -
HSV(B) 216.1º 0.83% 0.58% -
XYZ 8.19 7.24 28.98 -
YUV 67.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 25 74 148 0.83 0.50 0 0.42 216.1 0.71 0.34
Hex 19 4A 94 53 32 0 2A D8 47 22
Octal 31 112 224 123 62 0 52 330 107 42
Binary 11001 1001010 10010100 1010011 110010 0 101010 11011000 1000111 100010

Color Harmonies of #194A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A94

Black with #194A94

Text Example


Text Example

White with #194A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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