Html Css Color HEX #194998 Endeavour

📋 copy color: '#194998'

red 25 ◦ green 73 ◦ blue 152

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

Shades of Endeavour #194998

Tints of Endeavour #194998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 10%
G = 29.2%
B = 60.8%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#194998 (or 0x194998) is known color: Endeavour. HEX triplet: 19, 49 and 98. RGB value is (25,73,152). Sum of RGB (Red+Green+Blue) = 25+73+152=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #194998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194998 is #E6B667. Grayscale: #434343. Windows color (decimal): -15119976 or 9980185. OLE color: 9980185.

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

Color convert

RGB 25 73 152 -
CMYK 0.84 0.52 0 0.40
HSL 217.32º 0.72% 0.35% -
HSV(B) 217.32º 0.84% 0.6% -
XYZ 8.45 7.24 30.66 -
YUV 67.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 25 73 152 0.84 0.52 0 0.40 217.32 0.72 0.35
Hex 19 49 98 54 34 0 28 D9 48 23
Octal 31 111 230 124 64 0 50 331 110 43
Binary 11001 1001001 10011000 1010100 110100 0 101000 11011001 1001000 100011

Color Harmonies of #194998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194998

Black with #194998

Text Example


Text Example

White with #194998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194998; }

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

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

background-color css

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

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

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

border-color css

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

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

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