#1B4492

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

Shades of Endeavour #1B4492

Tints of Endeavour #1B4492

Color information

#1B4492 (or 0x1B4492) is unknown color: approx Endeavour. HEX triplet: 1B, 44 and 92. RGB value is (27,68,146). Sum of RGB (Red+Green+Blue) = 27+68+146=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4492 is #E4BB6D. Grayscale: #404040. Windows color (decimal): -14990190 or 9585691. OLE color: 9585691.

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

Color convert

RGB2768146-
CMYK0.820.5300.43
HSL219.33º68.79%33.92%-
HSV(B)219.33º81.51%57.25%-
XYZ7.716.4428.03-
YUV64.63173.92101.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=11.20%
G=28.22%
B=60.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27681460.820.5300.43219.3368.7933.92
Hex1B4492523502Bdb4522
Octal331042221226505333310542
Binary1101110001001001001010100101101010101011110110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,68,146); }

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

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

 a { background-color: rgb(27,68,146); }

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

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

 span { border-color: rgb(27,68,146); }

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