#1B5F8E

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

Shades of Endeavour #1B5F8E

Tints of Endeavour #1B5F8E

Color information

#1B5F8E (or 0x1B5F8E) is unknown color: approx Endeavour. HEX triplet: 1B, 5F and 8E. RGB value is (27,95,142). Sum of RGB (Red+Green+Blue) = 27+95+142=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B5F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5F8E is #E4A071. Grayscale: #4F4F4F. Windows color (decimal): -14983282 or 9330459. OLE color: 9330459.

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

Color convert

RGB2795142-
CMYK0.810.3300.44
HSL204.52º68.05%33.14%-
HSV(B)204.52º80.99%55.69%-
XYZ9.4310.3727.1-
YUV80.03162.9790.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=10.23%
G=35.98%
B=53.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27951420.810.3300.44204.5268.0533.14
Hex1B5F8E512102Ccd4421
Octal331372161214105431510441
Binary1101110111111000111010100011000010101100110011011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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