Html Css Color HEX #18599B Endeavour

📋 copy color: '#18599B'

red 24 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #18599B

Tints of Endeavour #18599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 8.96%
G = 33.21%
B = 57.84%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18599B (or 0x18599B) is known color: Endeavour. HEX triplet: 18, 59 and 9B. RGB value is (24,89,155). Sum of RGB (Red+Green+Blue) = 24+89+155=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #18599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599B is #E7A664. Grayscale: #4C4C4C. Windows color (decimal): -15181413 or 10180888. OLE color: 10180888.

HSL color Cylindrical-coordinate representation of color #18599B: hue angle of 210.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18599B is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 89 155 -
CMYK 0.85 0.43 0 0.39
HSL 210.23º 0.73% 0.35% -
HSV(B) 210.23º 0.85% 0.61% -
XYZ 9.87 9.71 32.36 -
YUV 77.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 24 89 155 0.85 0.43 0 0.39 210.23 0.73 0.35
Hex 18 59 9B 55 2B 0 27 D2 49 23
Octal 30 131 233 125 53 0 47 322 111 43
Binary 11000 1011001 10011011 1010101 101011 0 100111 11010010 1001001 100011

Color Harmonies of #18599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18599B

Black with #18599B

Text Example


Text Example

White with #18599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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