#1B6494

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

Shades of Endeavour #1B6494

Tints of Endeavour #1B6494

Color information

#1B6494 (or 0x1B6494) is unknown color: approx Endeavour. HEX triplet: 1B, 64 and 94. RGB value is (27,100,148). Sum of RGB (Red+Green+Blue) = 27+100+148=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B6494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6494 is #E49B6B. Grayscale: #535353. Windows color (decimal): -14981996 or 9724955. OLE color: 9724955.

HSL color Cylindrical-coordinate representation of color #1B6494: hue angle of 203.8º 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 #1B6494 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB27100148-
CMYK0.820.3200.42
HSL203.8º69.14%34.31%-
HSV(B)203.8º81.76%58.04%-
XYZ10.3511.4929.69-
YUV83.64164.3287.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=9.82%
G=36.36%
B=53.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271001480.820.3200.42203.869.1434.31
Hex1B6494522002Acc4522
Octal331442241224005231410542
Binary1101111001001001010010100101000000101010110011001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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