Html Css Color HEX #18549F Endeavour

📋 copy color: '#18549F'

red 24 ◦ green 84 ◦ blue 159

#18549F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #18549F

Tints of Endeavour #18549F

RGB

 RED value IS 24 (9.77% from 255) = 8.99%

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 159 (62.5% from 255) = 59.55%

R = 8.99%
G = 31.46%
B = 59.55%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18549F (or 0x18549F) is known color: Endeavour. HEX triplet: 18, 54 and 9F. RGB value is (24,84,159). Sum of RGB (Red+Green+Blue) = 24+84+159=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #18549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18549F is #E7AB60. Grayscale: #4A4A4A. Windows color (decimal): -15182689 or 10441752. OLE color: 10441752.

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

Color convert

RGB 24 84 159 -
CMYK 0.85 0.47 0 0.38
HSL 213.33º 0.74% 0.36% -
HSV(B) 213.33º 0.85% 0.62% -
XYZ 9.81 9.04 34.03 -
YUV 74.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 24 84 159 0.85 0.47 0 0.38 213.33 0.74 0.36
Hex 18 54 9F 55 2F 0 26 D5 4A 24
Octal 30 124 237 125 57 0 46 325 112 44
Binary 11000 1010100 10011111 1010101 101111 0 100110 11010101 1001010 100100

Color Harmonies of #18549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18549F

Black with #18549F

Text Example


Text Example

White with #18549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18549F;
 }
 .AnyTagClassName
 {
   color: #18549F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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