#1B538D

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

Shades of Endeavour #1B538D

Tints of Endeavour #1B538D

Color information

#1B538D (or 0x1B538D) is unknown color: approx Endeavour. HEX triplet: 1B, 53 and 8D. RGB value is (27,83,141). Sum of RGB (Red+Green+Blue) = 27+83+141=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B538D is #E4AC72. Grayscale: #484848. Windows color (decimal): -14986355 or 9261851. OLE color: 9261851.

HSL color Cylindrical-coordinate representation of color #1B538D: hue angle of 210.53º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B538D is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2783141-
CMYK0.810.4100.45
HSL210.53º67.86%32.94%-
HSV(B)210.53º80.85%55.29%-
XYZ8.358.3426.37-
YUV72.87166.4595.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=10.76%
G=33.07%
B=56.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27831410.810.4100.45210.5367.8632.94
Hex1B538D512902Dd34421
Octal331232151215105532310441
Binary1101110100111000110110100011010010101101110100111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,141); }

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

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

 a { background-color: rgb(27,83,141); }

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

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

 span { border-color: rgb(27,83,141); }

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