Html Css Color HEX #18519B Endeavour

📋 copy color: '#18519B'

red 24 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #18519B

Tints of Endeavour #18519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 9.23%
G = 31.15%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18519B (or 0x18519B) is known color: Endeavour. HEX triplet: 18, 51 and 9B. RGB value is (24,81,155). Sum of RGB (Red+Green+Blue) = 24+81+155=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #18519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18519B is #E7AE64. Grayscale: #484848. Windows color (decimal): -15183461 or 10178840. OLE color: 10178840.

HSL color Cylindrical-coordinate representation of color #18519B: hue angle of 213.89º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18519B is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 81 155 -
CMYK 0.85 0.48 0 0.39
HSL 213.89º 0.73% 0.35% -
HSV(B) 213.89º 0.85% 0.61% -
XYZ 9.24 8.45 32.15 -
YUV 72.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 24 81 155 0.85 0.48 0 0.39 213.89 0.73 0.35
Hex 18 51 9B 55 30 0 27 D6 49 23
Octal 30 121 233 125 60 0 47 326 111 43
Binary 11000 1010001 10011011 1010101 110000 0 100111 11010110 1001001 100011

Color Harmonies of #18519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18519B

Black with #18519B

Text Example


Text Example

White with #18519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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