#1b468c

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

Shades of Endeavour #1B468C

Tints of Endeavour #1B468C

Color information

#1B468C (or 0x1B468C) is unknown color: approx Endeavour. HEX triplet: 1B, 46 and 8C. RGB value is (27,70,140). Sum of RGB (Red+Green+Blue) = 27+70+140=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B468C is #E4B973. Grayscale: #404040. Windows color (decimal): -14989684 or 9192987. OLE color: 9192987.

HSL color Cylindrical-coordinate representation of color #1B468C: hue angle of 217.17º 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 #1B468C is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2770140-
CMYK0.810.5000.45
HSL217.17º67.66%32.75%-
HSV(B)217.17º80.71%54.9%-
XYZ7.386.5125.68-
YUV65.12170.25100.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=11.39%
G=29.54%
B=59.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27701400.810.5000.45217.1767.6632.75
Hex1B468C513202Dd94421
Octal331062141216205533110441
Binary1101110001101000110010100011100100101101110110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b468c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,140); }

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

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

 a { background-color: rgb(27,70,140); }

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

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

 span { border-color: rgb(27,70,140); }

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