Html Css Color HEX #18509D Endeavour

📋 copy color: '#18509D'

red 24 ◦ green 80 ◦ blue 157

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

Shades of Endeavour #18509D

Tints of Endeavour #18509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 157 (61.72% from 255) = 60.15%

R = 9.2%
G = 30.65%
B = 60.15%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18509D (or 0x18509D) is known color: Endeavour. HEX triplet: 18, 50 and 9D. RGB value is (24,80,157). Sum of RGB (Red+Green+Blue) = 24+80+157=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #18509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18509D is #E7AF62. Grayscale: #474747. Windows color (decimal): -15183715 or 10309656. OLE color: 10309656.

HSL color Cylindrical-coordinate representation of color #18509D: hue angle of 214.74º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18509D is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 80 157 -
CMYK 0.85 0.49 0 0.38
HSL 214.74º 0.73% 0.35% -
HSV(B) 214.74º 0.85% 0.62% -
XYZ 9.33 8.37 33.02 -
YUV 72.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 24 80 157 0.85 0.49 0 0.38 214.74 0.73 0.35
Hex 18 50 9D 55 31 0 26 D7 49 23
Octal 30 120 235 125 61 0 46 327 111 43
Binary 11000 1010000 10011101 1010101 110001 0 100110 11010111 1001001 100011

Color Harmonies of #18509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18509D

Black with #18509D

Text Example


Text Example

White with #18509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,80,157); }

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

background-color css

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

 a { background-color: rgb(24,80,157); }

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

border-color css

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

 span { border-color: rgb(24,80,157); }

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