#194C9B

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

Shades of Endeavour #194C9B

Tints of Endeavour #194C9B

Color information

#194C9B (or 0x194C9B) is unknown color: approx Endeavour. HEX triplet: 19, 4C and 9B. RGB value is (25,76,155). Sum of RGB (Red+Green+Blue) = 25+76+155=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #194C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C9B is #E6B364. Grayscale: #454545. Windows color (decimal): -15119205 or 10177561. OLE color: 10177561.

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

Color convert

RGB2576155-
CMYK0.840.5100.39
HSL216.46º72.22%35.29%-
HSV(B)216.46º83.87%60.78%-
XYZ8.97.7432.04-
YUV69.76176.196.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=9.77%
G=29.69%
B=60.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25761550.840.5100.39216.4672.2235.29
Hex194C9B5433027d84823
Octal311142331246304733011043
Binary1100110011001001101110101001100110100111110110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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