Html Css Color HEX #18519E Endeavour

📋 copy color: '#18519E'

red 24 ◦ green 81 ◦ blue 158

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

Shades of Endeavour #18519E

Tints of Endeavour #18519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 9.13%
G = 30.8%
B = 60.08%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18519E (or 0x18519E) is known color: Endeavour. HEX triplet: 18, 51 and 9E. RGB value is (24,81,158). Sum of RGB (Red+Green+Blue) = 24+81+158=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #18519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18519E is #E7AE61. Grayscale: #484848. Windows color (decimal): -15183458 or 10375448. OLE color: 10375448.

HSL color Cylindrical-coordinate representation of color #18519E: hue angle of 214.48º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18519E is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 81 158 -
CMYK 0.85 0.49 0 0.38
HSL 214.48º 0.74% 0.36% -
HSV(B) 214.48º 0.85% 0.62% -
XYZ 9.49 8.55 33.5 -
YUV 72.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 24 81 158 0.85 0.49 0 0.38 214.48 0.74 0.36
Hex 18 51 9E 55 31 0 26 D6 4A 24
Octal 30 121 236 125 61 0 46 326 112 44
Binary 11000 1010001 10011110 1010101 110001 0 100110 11010110 1001010 100100

Color Harmonies of #18519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18519E

Black with #18519E

Text Example


Text Example

White with #18519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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