Html Css Color HEX #18559E Endeavour

📋 copy color: '#18559E'

red 24 ◦ green 85 ◦ blue 158

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

Shades of Endeavour #18559E

Tints of Endeavour #18559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 8.99%
G = 31.84%
B = 59.18%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18559E (or 0x18559E) is known color: Endeavour. HEX triplet: 18, 55 and 9E. RGB value is (24,85,158). Sum of RGB (Red+Green+Blue) = 24+85+158=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #18559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18559E is #E7AA61. Grayscale: #4A4A4A. Windows color (decimal): -15182434 or 10376472. OLE color: 10376472.

HSL color Cylindrical-coordinate representation of color #18559E: hue angle of 212.69º 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 #18559E is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 85 158 -
CMYK 0.85 0.46 0 0.38
HSL 212.69º 0.74% 0.36% -
HSV(B) 212.69º 0.85% 0.62% -
XYZ 9.8 9.16 33.6 -
YUV 75.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 24 85 158 0.85 0.46 0 0.38 212.69 0.74 0.36
Hex 18 55 9E 55 2E 0 26 D5 4A 24
Octal 30 125 236 125 56 0 46 325 112 44
Binary 11000 1010101 10011110 1010101 101110 0 100110 11010101 1001010 100100

Color Harmonies of #18559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18559E

Black with #18559E

Text Example


Text Example

White with #18559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18559E; }

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

 H1.HeaderClassName
 {
   color: #18559E;
 }
 .AnyTagClassName
 {
   color: #18559E;
 }
</style>

background-color css

<style>
 a { background-color: #18559E; }

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

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

border-color css

<style>
 span { border-color: #18559E; }

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

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