#1B4B96

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

Shades of Endeavour #1B4B96

Tints of Endeavour #1B4B96

Color information

#1B4B96 (or 0x1B4B96) is unknown color: approx Endeavour. HEX triplet: 1B, 4B and 96. RGB value is (27,75,150). Sum of RGB (Red+Green+Blue) = 27+75+150=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B4B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4B96 is #E4B469. Grayscale: #444444. Windows color (decimal): -14988394 or 9849627. OLE color: 9849627.

HSL color Cylindrical-coordinate representation of color #1B4B96: hue angle of 216.59º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4B96 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2775150-
CMYK0.820.500.41
HSL216.59º69.49%34.71%-
HSV(B)216.59º82%58.82%-
XYZ8.477.4729.85-
YUV69.2173.697.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=10.71%
G=29.76%
B=59.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27751500.820.500.41216.5969.4934.71
Hex1B4B965232029d94523
Octal331132261226205133110543
Binary1101110010111001011010100101100100101001110110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,75,150); }

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

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

 a { background-color: rgb(27,75,150); }

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

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

 span { border-color: rgb(27,75,150); }

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