Html Css Color HEX #18518B Endeavour

📋 copy color: '#18518B'

red 24 ◦ green 81 ◦ blue 139

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

Shades of Endeavour #18518B

Tints of Endeavour #18518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 9.84%
G = 33.2%
B = 56.97%

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

#18518B (or 0x18518B) is known color: Endeavour. HEX triplet: 18, 51 and 8B. RGB value is (24,81,139). Sum of RGB (Red+Green+Blue) = 24+81+139=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #18518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18518B is #E7AE74. Grayscale: #464646. Windows color (decimal): -15183477 or 9130264. OLE color: 9130264.

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

Color convert

RGB 24 81 139 -
CMYK 0.83 0.42 0 0.45
HSL 210.26º 0.71% 0.32% -
HSV(B) 210.26º 0.83% 0.55% -
XYZ 7.98 7.94 25.54 -
YUV 70.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 24 81 139 0.83 0.42 0 0.45 210.26 0.71 0.32
Hex 18 51 8B 53 2A 0 2D D2 47 20
Octal 30 121 213 123 52 0 55 322 107 40
Binary 11000 1010001 10001011 1010011 101010 0 101101 11010010 1000111 100000

Color Harmonies of #18518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18518B

Black with #18518B

Text Example


Text Example

White with #18518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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