#1B658F

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

Shades of Endeavour #1B658F

Tints of Endeavour #1B658F

Color information

#1B658F (or 0x1B658F) is unknown color: approx Endeavour. HEX triplet: 1B, 65 and 8F. RGB value is (27,101,143). Sum of RGB (Red+Green+Blue) = 27+101+143=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #1B658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B658F is #E49A70. Grayscale: #535353. Windows color (decimal): -14981745 or 9397531. OLE color: 9397531.

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

Color convert

RGB27101143-
CMYK0.810.2900.44
HSL201.72º68.24%33.33%-
HSV(B)201.72º81.12%56.08%-
XYZ10.0611.5227.68-
YUV83.66161.4887.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=9.96%
G=37.27%
B=52.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271011430.810.2900.44201.7268.2433.33
Hex1B658F511D02Cca4421
Octal331452171213505431210441
Binary110111100101100011111010001111010101100110010101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,101,143); }

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

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

 a { background-color: rgb(27,101,143); }

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

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

 span { border-color: rgb(27,101,143); }

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