#194E9E

Color #194E9E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #194E9E

Tints of Endeavour #194E9E

Color information

#194E9E (or 0x194E9E) is unknown color: approx 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

RGB2578158-
CMYK0.840.5100.38
HSL216.09º72.68%35.88%-
HSV(B)216.09º84.18%61.96%-
XYZ9.38.1233.43-
YUV71.27176.9495-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25781580.840.5100.38216.0972.6835.88
Hex194E9E5433026d84924
Octal311162361246304633011144
Binary1100110011101001111010101001100110100110110110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>