Html Css Color HEX #18529A Endeavour

📋 copy color: '#18529A'

red 24 ◦ green 82 ◦ blue 154

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

Shades of Endeavour #18529A

Tints of Endeavour #18529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 9.23%
G = 31.54%
B = 59.23%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18529A (or 0x18529A) is known color: Endeavour. HEX triplet: 18, 52 and 9A. RGB value is (24,82,154). Sum of RGB (Red+Green+Blue) = 24+82+154=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #18529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18529A is #E7AD65. Grayscale: #484848. Windows color (decimal): -15183206 or 10113560. OLE color: 10113560.

HSL color Cylindrical-coordinate representation of color #18529A: hue angle of 213.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18529A is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 82 154 -
CMYK 0.84 0.47 0 0.40
HSL 213.23º 0.73% 0.35% -
HSV(B) 213.23º 0.84% 0.6% -
XYZ 9.23 8.56 31.74 -
YUV 72.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 24 82 154 0.84 0.47 0 0.40 213.23 0.73 0.35
Hex 18 52 9A 54 2F 0 28 D5 49 23
Octal 30 122 232 124 57 0 50 325 111 43
Binary 11000 1010010 10011010 1010100 101111 0 101000 11010101 1001001 100011

Color Harmonies of #18529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18529A

Black with #18529A

Text Example


Text Example

White with #18529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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