Html Css Color HEX #18599C Endeavour

📋 copy color: '#18599C'

red 24 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #18599C

Tints of Endeavour #18599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 8.92%
G = 33.09%
B = 57.99%

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

#18599C (or 0x18599C) is known color: Endeavour. HEX triplet: 18, 59 and 9C. RGB value is (24,89,156). Sum of RGB (Red+Green+Blue) = 24+89+156=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #18599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599C is #E7A663. Grayscale: #4C4C4C. Windows color (decimal): -15181412 or 10246424. OLE color: 10246424.

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

Color convert

RGB 24 89 156 -
CMYK 0.85 0.43 0 0.39
HSL 210.45º 0.73% 0.35% -
HSV(B) 210.45º 0.85% 0.61% -
XYZ 9.95 9.74 32.81 -
YUV 77.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 24 89 156 0.85 0.43 0 0.39 210.45 0.73 0.35
Hex 18 59 9C 55 2B 0 27 D2 49 23
Octal 30 131 234 125 53 0 47 322 111 43
Binary 11000 1011001 10011100 1010101 101011 0 100111 11010010 1001001 100011

Color Harmonies of #18599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18599C

Black with #18599C

Text Example


Text Example

White with #18599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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