Html Css Color HEX #18528B Endeavour

📋 copy color: '#18528B'

red 24 ◦ green 82 ◦ blue 139

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

Shades of Endeavour #18528B

Tints of Endeavour #18528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 9.8%
G = 33.47%
B = 56.73%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18528B (or 0x18528B) is known color: Endeavour. HEX triplet: 18, 52 and 8B. RGB value is (24,82,139). Sum of RGB (Red+Green+Blue) = 24+82+139=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #18528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18528B is #E7AD74. Grayscale: #464646. Windows color (decimal): -15183221 or 9130520. OLE color: 9130520.

HSL color Cylindrical-coordinate representation of color #18528B: hue angle of 209.74º 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 #18528B is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 82 139 -
CMYK 0.83 0.41 0 0.45
HSL 209.74º 0.71% 0.32% -
HSV(B) 209.74º 0.83% 0.55% -
XYZ 8.05 8.09 25.56 -
YUV 71.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 24 82 139 0.83 0.41 0 0.45 209.74 0.71 0.32
Hex 18 52 8B 53 29 0 2D D2 47 20
Octal 30 122 213 123 51 0 55 322 107 40
Binary 11000 1010010 10001011 1010011 101001 0 101101 11010010 1000111 100000

Color Harmonies of #18528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18528B

Black with #18528B

Text Example


Text Example

White with #18528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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