#194C99

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

Shades of Endeavour #194C99

Tints of Endeavour #194C99

Color information

#194C99 (or 0x194C99) is unknown color: approx Endeavour. HEX triplet: 19, 4C and 99. RGB value is (25,76,153). Sum of RGB (Red+Green+Blue) = 25+76+153=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #194C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C99 is #E6B366. Grayscale: #454545. Windows color (decimal): -15119207 or 10046489. OLE color: 10046489.

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

Color convert

RGB2576153-
CMYK0.840.5000.4
HSL216.09º71.91%34.9%-
HSV(B)216.09º83.66%60%-
XYZ8.747.6831.16-
YUV69.53175.196.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=9.84%
G=29.92%
B=60.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25761530.840.5000.4216.0971.9134.9
Hex194C995432028d84823
Octal311142311246205033011043
Binary1100110011001001100110101001100100101000110110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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