Html Css Color HEX #18598D Endeavour

📋 copy color: '#18598D'

red 24 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #18598D

Tints of Endeavour #18598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 9.45%
G = 35.04%
B = 55.51%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18598D (or 0x18598D) is known color: Endeavour. HEX triplet: 18, 59 and 8D. RGB value is (24,89,141). Sum of RGB (Red+Green+Blue) = 24+89+141=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #18598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18598D is #E7A672. Grayscale: #4B4B4B. Windows color (decimal): -15181427 or 9263384. OLE color: 9263384.

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

Color convert

RGB 24 89 141 -
CMYK 0.83 0.37 0 0.45
HSL 206.67º 0.71% 0.32% -
HSV(B) 206.67º 0.83% 0.55% -
XYZ 8.76 9.26 26.53 -
YUV 75.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 24 89 141 0.83 0.37 0 0.45 206.67 0.71 0.32
Hex 18 59 8D 53 25 0 2D CF 47 20
Octal 30 131 215 123 45 0 55 317 107 40
Binary 11000 1011001 10001101 1010011 100101 0 101101 11001111 1000111 100000

Color Harmonies of #18598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18598D

Black with #18598D

Text Example


Text Example

White with #18598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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