Html Css Color HEX #18498F Endeavour

📋 copy color: '#18498F'

red 24 ◦ green 73 ◦ blue 143

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

Shades of Endeavour #18498F

Tints of Endeavour #18498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 10%
G = 30.42%
B = 59.58%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18498F (or 0x18498F) is known color: Endeavour. HEX triplet: 18, 49 and 8F. RGB value is (24,73,143). Sum of RGB (Red+Green+Blue) = 24+73+143=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #18498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18498F is #E7B670. Grayscale: #424242. Windows color (decimal): -15185521 or 9390360. OLE color: 9390360.

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

Color convert

RGB 24 73 143 -
CMYK 0.83 0.49 0 0.44
HSL 215.29º 0.71% 0.33% -
HSV(B) 215.29º 0.83% 0.56% -
XYZ 7.72 6.94 26.92 -
YUV 66.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 24 73 143 0.83 0.49 0 0.44 215.29 0.71 0.33
Hex 18 49 8F 53 31 0 2C D7 47 21
Octal 30 111 217 123 61 0 54 327 107 41
Binary 11000 1001001 10001111 1010011 110001 0 101100 11010111 1000111 100001

Color Harmonies of #18498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18498F

Black with #18498F

Text Example


Text Example

White with #18498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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