Html Css Color HEX #18508B Endeavour

📋 copy color: '#18508B'

red 24 ◦ green 80 ◦ blue 139

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

Shades of Endeavour #18508B

Tints of Endeavour #18508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

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

R = 9.88%
G = 32.92%
B = 57.2%

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

#18508B (or 0x18508B) is known color: Endeavour. HEX triplet: 18, 50 and 8B. RGB value is (24,80,139). Sum of RGB (Red+Green+Blue) = 24+80+139=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #18508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18508B is #E7AF74. Grayscale: #454545. Windows color (decimal): -15183733 or 9130008. OLE color: 9130008.

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

Color convert

RGB 24 80 139 -
CMYK 0.83 0.42 0 0.45
HSL 210.78º 0.71% 0.32% -
HSV(B) 210.78º 0.83% 0.55% -
XYZ 7.91 7.8 25.51 -
YUV 69.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 24 80 139 0.83 0.42 0 0.45 210.78 0.71 0.32
Hex 18 50 8B 53 2A 0 2D D3 47 20
Octal 30 120 213 123 52 0 55 323 107 40
Binary 11000 1010000 10001011 1010011 101010 0 101101 11010011 1000111 100000

Color Harmonies of #18508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18508B

Black with #18508B

Text Example


Text Example

White with #18508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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