Html Css Color HEX #18599E Endeavour

📋 copy color: '#18599E'

red 24 ◦ green 89 ◦ blue 158

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

Shades of Endeavour #18599E

Tints of Endeavour #18599E

RGB

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

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

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

R = 8.86%
G = 32.84%
B = 58.3%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18599E (or 0x18599E) is known color: Endeavour. HEX triplet: 18, 59 and 9E. RGB value is (24,89,158). Sum of RGB (Red+Green+Blue) = 24+89+158=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #18599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599E is #E7A661. Grayscale: #4D4D4D. Windows color (decimal): -15181410 or 10377496. OLE color: 10377496.

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

Color convert

RGB 24 89 158 -
CMYK 0.85 0.44 0 0.38
HSL 210.9º 0.74% 0.36% -
HSV(B) 210.9º 0.85% 0.62% -
XYZ 10.12 9.81 33.71 -
YUV 77.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 24 89 158 0.85 0.44 0 0.38 210.9 0.74 0.36
Hex 18 59 9E 55 2C 0 26 D3 4A 24
Octal 30 131 236 125 54 0 46 323 112 44
Binary 11000 1011001 10011110 1010101 101100 0 100110 11010011 1001010 100100

Color Harmonies of #18599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18599E

Black with #18599E

Text Example


Text Example

White with #18599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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