#1B4A96

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

Shades of Endeavour #1B4A96

Tints of Endeavour #1B4A96

Color information

#1B4A96 (or 0x1B4A96) is unknown color: approx Endeavour. HEX triplet: 1B, 4A and 96. RGB value is (27,74,150). Sum of RGB (Red+Green+Blue) = 27+74+150=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B4A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4A96 is #E4B569. Grayscale: #444444. Windows color (decimal): -14988650 or 9849371. OLE color: 9849371.

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

Color convert

RGB2774150-
CMYK0.820.5100.41
HSL217.07º69.49%34.71%-
HSV(B)217.07º82%58.82%-
XYZ8.417.3329.83-
YUV68.61173.9398.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=10.76%
G=29.48%
B=59.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal27741500.820.5100.41217.0769.4934.71
Hex1B4A965233029d94523
Octal331122261226305133110543
Binary1101110010101001011010100101100110101001110110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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