#1B4888

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

Shades of Endeavour #1B4888

Tints of Endeavour #1B4888

Color information

#1B4888 (or 0x1B4888) is unknown color: approx Endeavour. HEX triplet: 1B, 48 and 88. RGB value is (27,72,136). Sum of RGB (Red+Green+Blue) = 27+72+136=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B4888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4888 is #E4B777. Grayscale: #414141. Windows color (decimal): -14989176 or 8931355. OLE color: 8931355.

HSL color Cylindrical-coordinate representation of color #1B4888: hue angle of 215.23º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4888 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2772136-
CMYK0.800.4700.47
HSL215.23º66.87%31.96%-
HSV(B)215.23º80.15%53.33%-
XYZ7.216.6524.2-
YUV65.84167.59100.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 136 (53.52% from 255) = 57.87%
R=11.49%
G=30.64%
B=57.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27721360.800.4700.47215.2366.8731.96
Hex1B4888502F02Fd74320
Octal331102101205705732710340
Binary1101110010001000100010100001011110101111110101111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,72,136); }

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

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

 a { background-color: rgb(27,72,136); }

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

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

 span { border-color: rgb(27,72,136); }

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