#194A8B

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

Shades of Endeavour #194A8B

Tints of Endeavour #194A8B

Color information

#194A8B (or 0x194A8B) is unknown color: approx Endeavour. HEX triplet: 19, 4A and 8B. RGB value is (25,74,139). Sum of RGB (Red+Green+Blue) = 25+74+139=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #194A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A8B is #E6B574. Grayscale: #424242. Windows color (decimal): -15119733 or 9128473. OLE color: 9128473.

HSL color Cylindrical-coordinate representation of color #194A8B: hue angle of 214.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194A8B is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2574139-
CMYK0.820.4700.45
HSL214.21º69.51%32.16%-
HSV(B)214.21º82.01%54.51%-
XYZ7.516.9725.38-
YUV66.76168.7798.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=10.50%
G=31.09%
B=58.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25741390.820.4700.45214.2169.5132.16
Hex194A8B522F02Dd64620
Octal311122131225705532610640
Binary1100110010101000101110100101011110101101110101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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