#1B4F99

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

Shades of Endeavour #1B4F99

Tints of Endeavour #1B4F99

Color information

#1B4F99 (or 0x1B4F99) is unknown color: approx Endeavour. HEX triplet: 1B, 4F and 99. RGB value is (27,79,153). Sum of RGB (Red+Green+Blue) = 27+79+153=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B4F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4F99 is #E4B066. Grayscale: #474747. Windows color (decimal): -14987367 or 10047259. OLE color: 10047259.

HSL color Cylindrical-coordinate representation of color #1B4F99: hue angle of 215.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4F99 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2779153-
CMYK0.820.4800.4
HSL215.24º70%35.29%-
HSV(B)215.24º82.35%60%-
XYZ98.1231.23-
YUV71.89173.7795.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.42%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=10.42%
G=30.50%
B=59.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27791530.820.4800.4215.247035.29
Hex1B4F995230028d74623
Octal331172311226005032710643
Binary1101110011111001100110100101100000101000110101111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,79,153); }

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

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

 a { background-color: rgb(27,79,153); }

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

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

 span { border-color: rgb(27,79,153); }

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