#1B52A0

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

Shades of Endeavour #1B52A0

Tints of Endeavour #1B52A0

Color information

#1B52A0 (or 0x1B52A0) is unknown color: approx Endeavour. HEX triplet: 1B, 52 and A0. RGB value is (27,82,160). Sum of RGB (Red+Green+Blue) = 27+82+160=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B52A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B52A0 is #E4AD5F. Grayscale: #4A4A4A. Windows color (decimal): -14986592 or 10506779. OLE color: 10506779.

HSL color Cylindrical-coordinate representation of color #1B52A0: hue angle of 215.19º 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 #1B52A0 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2782160-
CMYK0.830.4900.37
HSL215.19º71.12%36.67%-
HSV(B)215.19º83.13%62.75%-
XYZ9.818.8134.44-
YUV74.45176.2894.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=10.04%
G=30.48%
B=59.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal27821600.830.4900.37215.1971.1236.67
Hex1B52A05331025d74725
Octal331222401236104532710745
Binary1101110100101010000010100111100010100101110101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B52A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,82,160); }

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

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

 a { background-color: rgb(27,82,160); }

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

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

 span { border-color: rgb(27,82,160); }

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