Html Css Color HEX #18548B Endeavour

📋 copy color: '#18548B'

red 24 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #18548B

Tints of Endeavour #18548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

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

R = 9.72%
G = 34.01%
B = 56.28%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18548B (or 0x18548B) is known color: Endeavour. HEX triplet: 18, 54 and 8B. RGB value is (24,84,139). Sum of RGB (Red+Green+Blue) = 24+84+139=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #18548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18548B is #E7AB74. Grayscale: #484848. Windows color (decimal): -15182709 or 9131032. OLE color: 9131032.

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

Color convert

RGB 24 84 139 -
CMYK 0.83 0.40 0 0.45
HSL 208.7º 0.71% 0.32% -
HSV(B) 208.7º 0.83% 0.55% -
XYZ 8.21 8.4 25.61 -
YUV 72.33 165.62 93.53 -
System Red Green Blue C M Y K H S L
Decimal 24 84 139 0.83 0.40 0 0.45 208.7 0.71 0.32
Hex 18 54 8B 53 28 0 2D D1 47 20
Octal 30 124 213 123 50 0 55 321 107 40
Binary 11000 1010100 10001011 1010011 101000 0 101101 11010001 1000111 100000

Color Harmonies of #18548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18548B

Black with #18548B

Text Example


Text Example

White with #18548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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