#1B4894

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

Shades of Endeavour #1B4894

Tints of Endeavour #1B4894

Color information

#1B4894 (or 0x1B4894) is unknown color: approx Endeavour. HEX triplet: 1B, 48 and 94. RGB value is (27,72,148). Sum of RGB (Red+Green+Blue) = 27+72+148=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B4894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4894 is #E4B76B. Grayscale: #424242. Windows color (decimal): -14989164 or 9717787. OLE color: 9717787.

HSL color Cylindrical-coordinate representation of color #1B4894: hue angle of 217.69º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4894 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2772148-
CMYK0.820.5100.42
HSL217.69º69.14%34.31%-
HSV(B)217.69º81.76%58.04%-
XYZ8.117.0128.94-
YUV67.21173.5999.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=10.93%
G=29.15%
B=59.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27721480.820.5100.42217.6969.1434.31
Hex1B4894523302Ada4522
Octal331102241226305233210542
Binary1101110010001001010010100101100110101010110110101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4894; }

 p { color: rgb(27,72,148); }

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

<style>
 a { background-color: #1B4894; }

 a { background-color: rgb(27,72,148); }

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

<style>
 span { border-color: #1B4894; }

 span { border-color: rgb(27,72,148); }

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