Html Css Color HEX #194E89 Endeavour

📋 copy color: '#194E89'

red 25 ◦ green 78 ◦ blue 137

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

Shades of Endeavour #194E89

Tints of Endeavour #194E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 10.42%
G = 32.5%
B = 57.08%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194E89 (or 0x194E89) is known color: Endeavour. HEX triplet: 19, 4E and 89. RGB value is (25,78,137). Sum of RGB (Red+Green+Blue) = 25+78+137=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #194E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E89 is #E6B176. Grayscale: #444444. Windows color (decimal): -15118711 or 8998425. OLE color: 8998425.

HSL color Cylindrical-coordinate representation of color #194E89: hue angle of 211.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194E89 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 78 137 -
CMYK 0.82 0.43 0 0.46
HSL 211.61º 0.69% 0.32% -
HSV(B) 211.61º 0.82% 0.54% -
XYZ 7.64 7.46 24.7 -
YUV 68.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 25 78 137 0.82 0.43 0 0.46 211.61 0.69 0.32
Hex 19 4E 89 52 2B 0 2E D4 45 20
Octal 31 116 211 122 53 0 56 324 105 40
Binary 11001 1001110 10001001 1010010 101011 0 101110 11010100 1000101 100000

Color Harmonies of #194E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E89

Black with #194E89

Text Example


Text Example

White with #194E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,78,137); }

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

background-color css

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

 a { background-color: rgb(25,78,137); }

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

border-color css

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

 span { border-color: rgb(25,78,137); }

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