Html Css Color HEX #194A99 Endeavour

📋 copy color: '#194A99'

red 25 ◦ green 74 ◦ blue 153

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

Shades of Endeavour #194A99

Tints of Endeavour #194A99

RGB

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

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

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

R = 9.92%
G = 29.37%
B = 60.71%

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

#194A99 (or 0x194A99) is known color: Endeavour. HEX triplet: 19, 4A and 99. RGB value is (25,74,153). Sum of RGB (Red+Green+Blue) = 25+74+153=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #194A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A99 is #E6B566. Grayscale: #434343. Windows color (decimal): -15119719 or 10045977. OLE color: 10045977.

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

Color convert

RGB 25 74 153 -
CMYK 0.84 0.52 0 0.4
HSL 217.03º 0.72% 0.35% -
HSV(B) 217.03º 0.84% 0.6% -
XYZ 8.6 7.4 31.11 -
YUV 68.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 25 74 153 0.84 0.52 0 0.4 217.03 0.72 0.35
Hex 19 4A 99 54 34 0 28 D9 48 23
Octal 31 112 231 124 64 0 50 331 110 43
Binary 11001 1001010 10011001 1010100 110100 0 101000 11011001 1001000 100011

Color Harmonies of #194A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A99

Black with #194A99

Text Example


Text Example

White with #194A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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