#194D9B

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

Shades of Endeavour #194D9B

Tints of Endeavour #194D9B

Color information

#194D9B (or 0x194D9B) is unknown color: approx Endeavour. HEX triplet: 19, 4D and 9B. RGB value is (25,77,155). Sum of RGB (Red+Green+Blue) = 25+77+155=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #194D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9B is #E6B264. Grayscale: #454545. Windows color (decimal): -15118949 or 10177817. OLE color: 10177817.

HSL color Cylindrical-coordinate representation of color #194D9B: hue angle of 216º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9B is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2577155-
CMYK0.840.5000.39
HSL216º72.22%35.29%-
HSV(B)216º83.87%60.78%-
XYZ8.977.8832.06-
YUV70.34175.7795.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.73%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=9.73%
G=29.96%
B=60.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25771550.840.5000.3921672.2235.29
Hex194D9B5432027d84823
Octal311152331246204733011043
Binary1100110011011001101110101001100100100111110110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,77,155); }

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

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

 a { background-color: rgb(25,77,155); }

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

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

 span { border-color: rgb(25,77,155); }

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