Html Css Color HEX #18548C Endeavour

📋 copy color: '#18548C'

red 24 ◦ green 84 ◦ blue 140

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

Shades of Endeavour #18548C

Tints of Endeavour #18548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 9.68%
G = 33.87%
B = 56.45%

CMYK

 C value IS 0.83

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18548C (or 0x18548C) is known color: Endeavour. HEX triplet: 18, 54 and 8C. RGB value is (24,84,140). Sum of RGB (Red+Green+Blue) = 24+84+140=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #18548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18548C is #E7AB73. Grayscale: #484848. Windows color (decimal): -15182708 or 9196568. OLE color: 9196568.

HSL color Cylindrical-coordinate representation of color #18548C: hue angle of 208.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18548C is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 84 140 -
CMYK 0.83 0.4 0 0.45
HSL 208.97º 0.71% 0.32% -
HSV(B) 208.97º 0.83% 0.55% -
XYZ 8.28 8.43 26 -
YUV 72.44 166.12 93.45 -
System Red Green Blue C M Y K H S L
Decimal 24 84 140 0.83 0.4 0 0.45 208.97 0.71 0.32
Hex 18 54 8C 53 28 0 2D D1 47 20
Octal 30 124 214 123 50 0 55 321 107 40
Binary 11000 1010100 10001100 1010011 101000 0 101101 11010001 1000111 100000

Color Harmonies of #18548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18548C

Black with #18548C

Text Example


Text Example

White with #18548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18548C;
 }
 .AnyTagClassName
 {
   color: #18548C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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