Html Css Color HEX #18529D Endeavour

📋 copy color: '#18529D'

red 24 ◦ green 82 ◦ blue 157

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

Shades of Endeavour #18529D

Tints of Endeavour #18529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

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

R = 9.13%
G = 31.18%
B = 59.7%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18529D (or 0x18529D) is known color: Endeavour. HEX triplet: 18, 52 and 9D. RGB value is (24,82,157). Sum of RGB (Red+Green+Blue) = 24+82+157=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #18529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18529D is #E7AD62. Grayscale: #484848. Windows color (decimal): -15183203 or 10310168. OLE color: 10310168.

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

Color convert

RGB 24 82 157 -
CMYK 0.85 0.48 0 0.38
HSL 213.83º 0.73% 0.35% -
HSV(B) 213.83º 0.85% 0.62% -
XYZ 9.48 8.66 33.07 -
YUV 73.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 24 82 157 0.85 0.48 0 0.38 213.83 0.73 0.35
Hex 18 52 9D 55 30 0 26 D6 49 23
Octal 30 122 235 125 60 0 46 326 111 43
Binary 11000 1010010 10011101 1010101 110000 0 100110 11010110 1001001 100011

Color Harmonies of #18529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18529D

Black with #18529D

Text Example


Text Example

White with #18529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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