Html Css Color HEX #18548F Endeavour

📋 copy color: '#18548F'

red 24 ◦ green 84 ◦ blue 143

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

Shades of Endeavour #18548F

Tints of Endeavour #18548F

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18548F (or 0x18548F) is known color: 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

RGB 24 84 143 -
CMYK 0.83 0.41 0 0.44
HSL 209.75º 0.71% 0.33% -
HSV(B) 209.75º 0.83% 0.56% -
XYZ 8.5 8.52 27.18 -
YUV 72.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 24 84 143 0.83 0.41 0 0.44 209.75 0.71 0.33
Hex 18 54 8F 53 29 0 2C D2 47 21
Octal 30 124 217 123 51 0 54 322 107 41
Binary 11000 1010100 10001111 1010011 101001 0 101100 11010010 1000111 100001

Color Harmonies of #18548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18548F

Black with #18548F

Text Example


Text Example

White with #18548F

Text Example


Text Example

HTML Codes & Css Web 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>