#194A8E

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

Shades of Endeavour #194A8E

Tints of Endeavour #194A8E

Color information

#194A8E (or 0x194A8E) is unknown color: approx Endeavour. HEX triplet: 19, 4A and 8E. RGB value is (25,74,142). Sum of RGB (Red+Green+Blue) = 25+74+142=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #194A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A8E is #E6B571. Grayscale: #424242. Windows color (decimal): -15119730 or 9325081. OLE color: 9325081.

HSL color Cylindrical-coordinate representation of color #194A8E: hue angle of 214.87º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194A8E is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2574142-
CMYK0.820.4800.44
HSL214.87º70.06%32.75%-
HSV(B)214.87º82.39%55.69%-
XYZ7.737.0626.55-
YUV67.1170.2797.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=10.37%
G=30.71%
B=58.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25741420.820.4800.44214.8770.0632.75
Hex194A8E523002Cd74621
Octal311122161226005432710641
Binary1100110010101000111010100101100000101100110101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,74,142); }

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

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

 a { background-color: rgb(25,74,142); }

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

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

 span { border-color: rgb(25,74,142); }

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