#194e9d

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

Shades of Endeavour #194E9D

Tints of Endeavour #194E9D

Color information

#194E9D (or 0x194E9D) is unknown color: approx Endeavour. HEX triplet: 19, 4E and 9D. RGB value is (25,78,157). Sum of RGB (Red+Green+Blue) = 25+78+157=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #194E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E9D is #E6B162. Grayscale: #464646. Windows color (decimal): -15118691 or 10309145. OLE color: 10309145.

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

Color convert

RGB2578157-
CMYK0.840.5000.38
HSL215.91º72.53%35.69%-
HSV(B)215.91º84.08%61.57%-
XYZ9.218.0932.97-
YUV71.16176.4495.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 157 (61.72% from 255) = 60.38%
R=9.62%
G=30%
B=60.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25781570.840.5000.38215.9172.5335.69
Hex194E9D5432026d84924
Octal311162351246204633011144
Binary1100110011101001110110101001100100100110110110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #194e9d;
 }
 .AnyTagClassName
 {
   color: #194e9d;
 }
</style>
background-color css

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

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

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

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

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

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