Html Css Color HEX #194999 Endeavour

📋 copy color: '#194999'

red 25 ◦ green 73 ◦ blue 153

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

Shades of Endeavour #194999

Tints of Endeavour #194999

RGB

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

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

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

R = 9.96%
G = 29.08%
B = 60.96%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#194999 (or 0x194999) is known color: Endeavour. HEX triplet: 19, 49 and 99. RGB value is (25,73,153). Sum of RGB (Red+Green+Blue) = 25+73+153=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #194999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194999 is #E6B666. Grayscale: #434343. Windows color (decimal): -15119975 or 10045721. OLE color: 10045721.

HSL color Cylindrical-coordinate representation of color #194999: hue angle of 217.5º 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 #194999 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 73 153 -
CMYK 0.84 0.52 0 0.4
HSL 217.5º 0.72% 0.35% -
HSV(B) 217.5º 0.84% 0.6% -
XYZ 8.53 7.27 31.09 -
YUV 67.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 25 73 153 0.84 0.52 0 0.4 217.5 0.72 0.35
Hex 19 49 99 54 34 0 28 DA 48 23
Octal 31 111 231 124 64 0 50 332 110 43
Binary 11001 1001001 10011001 1010100 110100 0 101000 11011010 1001000 100011

Color Harmonies of #194999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194999

Black with #194999

Text Example


Text Example

White with #194999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194999; }

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

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

background-color css

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

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

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

border-color css

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

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

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