#1B458E

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

Shades of Endeavour #1B458E

Tints of Endeavour #1B458E

Color information

#1B458E (or 0x1B458E) is unknown color: approx Endeavour. HEX triplet: 1B, 45 and 8E. RGB value is (27,69,142). Sum of RGB (Red+Green+Blue) = 27+69+142=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B458E is #E4BA71. Grayscale: #404040. Windows color (decimal): -14989938 or 9323803. OLE color: 9323803.

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

Color convert

RGB2769142-
CMYK0.810.5100.44
HSL218.09º68.05%33.14%-
HSV(B)218.09º80.99%55.69%-
XYZ7.466.4426.44-
YUV64.76171.59101.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=11.34%
G=28.99%
B=59.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27691420.810.5100.44218.0968.0533.14
Hex1B458E513302Cda4421
Octal331052161216305433210441
Binary1101110001011000111010100011100110101100110110101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,69,142); }

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

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

 a { background-color: rgb(27,69,142); }

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

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

 span { border-color: rgb(27,69,142); }

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