Html Css Color HEX #194E9E Endeavour

📋 copy color: '#194E9E'

red 25 ◦ green 78 ◦ blue 158

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

Shades of Endeavour #194E9E

Tints of Endeavour #194E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 9.58%
G = 29.89%
B = 60.54%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#194E9E (or 0x194E9E) is known color: Endeavour. HEX triplet: 19, 4E and 9E. RGB value is (25,78,158). Sum of RGB (Red+Green+Blue) = 25+78+158=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #194E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E9E is #E6B161. Grayscale: #464646. Windows color (decimal): -15118690 or 10374681. OLE color: 10374681.

HSL color Cylindrical-coordinate representation of color #194E9E: hue angle of 216.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194E9E is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 78 158 -
CMYK 0.84 0.51 0 0.38
HSL 216.09º 0.73% 0.36% -
HSV(B) 216.09º 0.84% 0.62% -
XYZ 9.3 8.12 33.43 -
YUV 71.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 25 78 158 0.84 0.51 0 0.38 216.09 0.73 0.36
Hex 19 4E 9E 54 33 0 26 D8 49 24
Octal 31 116 236 124 63 0 46 330 111 44
Binary 11001 1001110 10011110 1010100 110011 0 100110 11011000 1001001 100100

Color Harmonies of #194E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E9E

Black with #194E9E

Text Example


Text Example

White with #194E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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