#1B57A1

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

Shades of Endeavour #1B57A1

Tints of Endeavour #1B57A1

Color information

#1B57A1 (or 0x1B57A1) is unknown color: approx Endeavour. HEX triplet: 1B, 57 and A1. RGB value is (27,87,161). Sum of RGB (Red+Green+Blue) = 27+87+161=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #1B57A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B57A1 is #E4A85E. Grayscale: #4D4D4D. Windows color (decimal): -14985311 or 10573595. OLE color: 10573595.

HSL color Cylindrical-coordinate representation of color #1B57A1: hue angle of 213.13º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B57A1 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2787161-
CMYK0.830.4600.37
HSL213.13º71.28%36.86%-
HSV(B)213.13º83.23%63.14%-
XYZ10.299.6235.03-
YUV77.5175.1291.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=9.82%
G=31.64%
B=58.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal27871610.830.4600.37213.1371.2836.86
Hex1B57A1532E025d54725
Octal331272411235604532510745
Binary1101110101111010000110100111011100100101110101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,87,161); }

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

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

 a { background-color: rgb(27,87,161); }

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

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

 span { border-color: rgb(27,87,161); }

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