Html Css Color HEX #194F99 Endeavour

📋 copy color: '#194F99'

red 25 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #194F99

Tints of Endeavour #194F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 9.73%
G = 30.74%
B = 59.53%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#194F99 (or 0x194F99) is known color: Endeavour. HEX triplet: 19, 4F and 99. RGB value is (25,79,153). Sum of RGB (Red+Green+Blue) = 25+79+153=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #194F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F99 is #E6B066. Grayscale: #464646. Windows color (decimal): -15118439 or 10047257. OLE color: 10047257.

HSL color Cylindrical-coordinate representation of color #194F99: hue angle of 214.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194F99 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 79 153 -
CMYK 0.84 0.48 0 0.4
HSL 214.69º 0.72% 0.35% -
HSV(B) 214.69º 0.84% 0.6% -
XYZ 8.95 8.1 31.23 -
YUV 71.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 25 79 153 0.84 0.48 0 0.4 214.69 0.72 0.35
Hex 19 4F 99 54 30 0 28 D7 48 23
Octal 31 117 231 124 60 0 50 327 110 43
Binary 11001 1001111 10011001 1010100 110000 0 101000 11010111 1001000 100011

Color Harmonies of #194F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194F99

Black with #194F99

Text Example


Text Example

White with #194F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,153); }

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

background-color css

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

 a { background-color: rgb(25,79,153); }

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

border-color css

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

 span { border-color: rgb(25,79,153); }

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