#18548F

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

Shades of Endeavour #18548F

Tints of Endeavour #18548F

Color information

#18548F (or 0x18548F) is unknown color: approx Endeavour. HEX triplet: 18, 54 and 8F. RGB value is (24,84,143). Sum of RGB (Red+Green+Blue) = 24+84+143=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #18548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18548F is #E7AB70. Grayscale: #484848. Windows color (decimal): -15182705 or 9393176. OLE color: 9393176.

HSL color Cylindrical-coordinate representation of color #18548F: hue angle of 209.75º 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 #18548F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2484143-
CMYK0.830.4100.44
HSL209.75º71.26%32.75%-
HSV(B)209.75º83.22%56.08%-
XYZ8.58.5227.18-
YUV72.79167.6293.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 143 (56.25% from 255) = 56.97%
R=9.56%
G=33.47%
B=56.97%

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
Decimal24841430.830.4100.44209.7571.2632.75
Hex18548F532902Cd24721
Octal301242171235105432210741
Binary1100010101001000111110100111010010101100110100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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