Html Css Color HEX #18528D Endeavour

📋 copy color: '#18528D'

red 24 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #18528D

Tints of Endeavour #18528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 9.72%
G = 33.2%
B = 57.09%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18528D (or 0x18528D) is known color: Endeavour. HEX triplet: 18, 52 and 8D. RGB value is (24,82,141). Sum of RGB (Red+Green+Blue) = 24+82+141=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #18528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18528D is #E7AD72. Grayscale: #474747. Windows color (decimal): -15183219 or 9261592. OLE color: 9261592.

HSL color Cylindrical-coordinate representation of color #18528D: hue angle of 210.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18528D is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 82 141 -
CMYK 0.83 0.42 0 0.45
HSL 210.26º 0.71% 0.32% -
HSV(B) 210.26º 0.83% 0.55% -
XYZ 8.2 8.15 26.34 -
YUV 71.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 24 82 141 0.83 0.42 0 0.45 210.26 0.71 0.32
Hex 18 52 8D 53 2A 0 2D D2 47 20
Octal 30 122 215 123 52 0 55 322 107 40
Binary 11000 1010010 10001101 1010011 101010 0 101101 11010010 1000111 100000

Color Harmonies of #18528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18528D

Black with #18528D

Text Example


Text Example

White with #18528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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