#18548E

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

Shades of Endeavour #18548E

Tints of Endeavour #18548E

Color information

#18548E (or 0x18548E) is unknown color: approx Endeavour. HEX triplet: 18, 54 and 8E. RGB value is (24,84,142). Sum of RGB (Red+Green+Blue) = 24+84+142=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #18548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18548E is #E7AB71. Grayscale: #484848. Windows color (decimal): -15182706 or 9327640. OLE color: 9327640.

HSL color Cylindrical-coordinate representation of color #18548E: hue angle of 209.49º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18548E is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2484142-
CMYK0.830.4100.44
HSL209.49º71.08%32.55%-
HSV(B)209.49º83.1%55.69%-
XYZ8.438.4926.79-
YUV72.67167.1293.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=9.6%
G=33.6%
B=56.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24841420.830.4100.44209.4971.0832.55
Hex18548E532902Cd14721
Octal301242161235105432110741
Binary1100010101001000111010100111010010101100110100011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18548E; }

 p { color: rgb(24,84,142); }

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

<style>
 a { background-color: #18548E; }

 a { background-color: rgb(24,84,142); }

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

<style>
 span { border-color: #18548E; }

 span { border-color: rgb(24,84,142); }

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