Html Css Color HEX #18529B Endeavour

📋 copy color: '#18529B'

red 24 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #18529B

Tints of Endeavour #18529B

RGB

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

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

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

R = 9.2%
G = 31.42%
B = 59.39%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18529B (or 0x18529B) is known color: Endeavour. HEX triplet: 18, 52 and 9B. RGB value is (24,82,155). Sum of RGB (Red+Green+Blue) = 24+82+155=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #18529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18529B is #E7AD64. Grayscale: #484848. Windows color (decimal): -15183205 or 10179096. OLE color: 10179096.

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

Color convert

RGB 24 82 155 -
CMYK 0.85 0.47 0 0.39
HSL 213.44º 0.73% 0.35% -
HSV(B) 213.44º 0.85% 0.61% -
XYZ 9.31 8.6 32.18 -
YUV 72.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 24 82 155 0.85 0.47 0 0.39 213.44 0.73 0.35
Hex 18 52 9B 55 2F 0 27 D5 49 23
Octal 30 122 233 125 57 0 47 325 111 43
Binary 11000 1010010 10011011 1010101 101111 0 100111 11010101 1001001 100011

Color Harmonies of #18529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18529B

Black with #18529B

Text Example


Text Example

White with #18529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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