Html Css Color HEX #18558D Endeavour

📋 copy color: '#18558D'

red 24 ◦ green 85 ◦ blue 141

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

Shades of Endeavour #18558D

Tints of Endeavour #18558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 9.6%
G = 34%
B = 56.4%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18558D (or 0x18558D) is known color: Endeavour. HEX triplet: 18, 55 and 8D. RGB value is (24,85,141). Sum of RGB (Red+Green+Blue) = 24+85+141=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #18558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18558D is #E7AA72. Grayscale: #484848. Windows color (decimal): -15182451 or 9262360. OLE color: 9262360.

HSL color Cylindrical-coordinate representation of color #18558D: hue angle of 208.72º 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 #18558D is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 85 141 -
CMYK 0.83 0.40 0 0.45
HSL 208.72º 0.71% 0.32% -
HSV(B) 208.72º 0.83% 0.55% -
XYZ 8.43 8.61 26.42 -
YUV 73.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 24 85 141 0.83 0.40 0 0.45 208.72 0.71 0.32
Hex 18 55 8D 53 28 0 2D D1 47 20
Octal 30 125 215 123 50 0 55 321 107 40
Binary 11000 1010101 10001101 1010011 101000 0 101101 11010001 1000111 100000

Color Harmonies of #18558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18558D

Black with #18558D

Text Example


Text Example

White with #18558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18558D; }

 p { color: rgb(24,85,141); }

 H1.HeaderClassName
 {
   color: #18558D;
 }
 .AnyTagClassName
 {
   color: #18558D;
 }
</style>

background-color css

<style>
 a { background-color: #18558D; }

 a { background-color: rgb(24,85,141); }

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

border-color css

<style>
 span { border-color: #18558D; }

 span { border-color: rgb(24,85,141); }

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