Html Css Color HEX #194792 Endeavour

📋 copy color: '#194792'

red 25 ◦ green 71 ◦ blue 146

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

Shades of Endeavour #194792

Tints of Endeavour #194792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.33%

R = 10.33%
G = 29.34%
B = 60.33%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194792 (or 0x194792) is known color: Endeavour. HEX triplet: 19, 47 and 92. RGB value is (25,71,146). Sum of RGB (Red+Green+Blue) = 25+71+146=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #194792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194792 is #E6B86D. Grayscale: #414141. Windows color (decimal): -15120494 or 9586457. OLE color: 9586457.

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

Color convert

RGB 25 71 146 -
CMYK 0.83 0.51 0 0.43
HSL 217.19º 0.71% 0.34% -
HSV(B) 217.19º 0.83% 0.57% -
XYZ 7.84 6.79 28.09 -
YUV 65.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 25 71 146 0.83 0.51 0 0.43 217.19 0.71 0.34
Hex 19 47 92 53 33 0 2B D9 47 22
Octal 31 107 222 123 63 0 53 331 107 42
Binary 11001 1000111 10010010 1010011 110011 0 101011 11011001 1000111 100010

Color Harmonies of #194792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194792

Black with #194792

Text Example


Text Example

White with #194792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194792; }

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

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

background-color css

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

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

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

border-color css

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

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

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