Html Css Color HEX #18599A Endeavour

📋 copy color: '#18599A'

red 24 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #18599A

Tints of Endeavour #18599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.68%

R = 8.99%
G = 33.33%
B = 57.68%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18599A (or 0x18599A) is known color: Endeavour. HEX triplet: 18, 59 and 9A. RGB value is (24,89,154). Sum of RGB (Red+Green+Blue) = 24+89+154=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #18599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599A is #E7A665. Grayscale: #4C4C4C. Windows color (decimal): -15181414 or 10115352. OLE color: 10115352.

HSL color Cylindrical-coordinate representation of color #18599A: hue angle of 210º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18599A is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 89 154 -
CMYK 0.84 0.42 0 0.40
HSL 210º 0.73% 0.35% -
HSV(B) 210º 0.84% 0.6% -
XYZ 9.78 9.67 31.92 -
YUV 76.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 24 89 154 0.84 0.42 0 0.40 210 0.73 0.35
Hex 18 59 9A 54 2A 0 28 D2 49 23
Octal 30 131 232 124 52 0 50 322 111 43
Binary 11000 1011001 10011010 1010100 101010 0 101000 11010010 1001001 100011

Color Harmonies of #18599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18599A

Black with #18599A

Text Example


Text Example

White with #18599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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