Html Css Color HEX #18519F Endeavour

📋 copy color: '#18519F'

red 24 ◦ green 81 ◦ blue 159

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

Shades of Endeavour #18519F

Tints of Endeavour #18519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 9.09%
G = 30.68%
B = 60.23%

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

#18519F (or 0x18519F) is known color: Endeavour. HEX triplet: 18, 51 and 9F. RGB value is (24,81,159). Sum of RGB (Red+Green+Blue) = 24+81+159=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #18519F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18519F is #E7AE60. Grayscale: #484848. Windows color (decimal): -15183457 or 10440984. OLE color: 10440984.

HSL color Cylindrical-coordinate representation of color #18519F: hue angle of 214.67º 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 #18519F is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 81 159 -
CMYK 0.85 0.49 0 0.38
HSL 214.67º 0.74% 0.36% -
HSV(B) 214.67º 0.85% 0.62% -
XYZ 9.58 8.58 33.95 -
YUV 72.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 24 81 159 0.85 0.49 0 0.38 214.67 0.74 0.36
Hex 18 51 9F 55 31 0 26 D7 4A 24
Octal 30 121 237 125 61 0 46 327 112 44
Binary 11000 1010001 10011111 1010101 110001 0 100110 11010111 1001010 100100

Color Harmonies of #18519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18519F

Black with #18519F

Text Example


Text Example

White with #18519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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