#1855a0

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

Shades of Endeavour #1855A0

Tints of Endeavour #1855A0

Color information

#1855A0 (or 0x1855A0) is unknown color: approx Endeavour. HEX triplet: 18, 55 and A0. RGB value is (24,85,160). Sum of RGB (Red+Green+Blue) = 24+85+160=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 85 (33.59% from 255 or 31.60% 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 #1855A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1855A0 is #E7AA5F. Grayscale: #4A4A4A. Windows color (decimal): -15182432 or 10507544. OLE color: 10507544.

HSL color Cylindrical-coordinate representation of color #1855A0: hue angle of 213.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1855A0 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2485160-
CMYK0.850.4700.37
HSL213.09º73.91%36.08%-
HSV(B)213.09º85%62.75%-
XYZ9.979.2334.51-
YUV75.31175.7991.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=8.92%
G=31.60%
B=59.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24851600.850.4700.37213.0973.9136.08
Hex1855A0552F025d54a24
Octal301252401255704532511244
Binary1100010101011010000010101011011110100101110101011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1855a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1855a0; }

 p { color: rgb(24,85,160); }

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

<style>
 a { background-color: #1855a0; }

 a { background-color: rgb(24,85,160); }

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

<style>
 span { border-color: #1855a0; }

 span { border-color: rgb(24,85,160); }

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