#1B6294

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

Shades of Endeavour #1B6294

Tints of Endeavour #1B6294

Color information

#1B6294 (or 0x1B6294) is unknown color: approx Endeavour. HEX triplet: 1B, 62 and 94. RGB value is (27,98,148). Sum of RGB (Red+Green+Blue) = 27+98+148=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B6294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6294 is #E49D6B. Grayscale: #525252. Windows color (decimal): -14982508 or 9724443. OLE color: 9724443.

HSL color Cylindrical-coordinate representation of color #1B6294: hue angle of 204.79º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6294 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2798148-
CMYK0.820.3400.42
HSL204.79º69.14%34.31%-
HSV(B)204.79º81.76%58.04%-
XYZ10.1611.1129.62-
YUV82.47164.9888.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=9.89%
G=35.90%
B=54.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27981480.820.3400.42204.7969.1434.31
Hex1B6294522202Acd4522
Octal331422241224205231510542
Binary1101111000101001010010100101000100101010110011011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,148); }

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

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

 a { background-color: rgb(27,98,148); }

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

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

 span { border-color: rgb(27,98,148); }

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