#1B6394

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

Shades of Endeavour #1B6394

Tints of Endeavour #1B6394

Color information

#1B6394 (or 0x1B6394) is unknown color: approx Endeavour. HEX triplet: 1B, 63 and 94. RGB value is (27,99,148). Sum of RGB (Red+Green+Blue) = 27+99+148=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B6394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6394 is #E49C6B. Grayscale: #525252. Windows color (decimal): -14982252 or 9724699. OLE color: 9724699.

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

Color convert

RGB2799148-
CMYK0.820.3300.42
HSL204.3º69.14%34.31%-
HSV(B)204.3º81.76%58.04%-
XYZ10.2611.2929.66-
YUV83.06164.6588.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.85%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=9.85%
G=36.13%
B=54.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27991480.820.3300.42204.369.1434.31
Hex1B6394522102Acc4522
Octal331432241224105231410542
Binary1101111000111001010010100101000010101010110011001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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