Html Css Color HEX #18519A Endeavour

📋 copy color: '#18519A'

red 24 ◦ green 81 ◦ blue 154

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

Shades of Endeavour #18519A

Tints of Endeavour #18519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.46%

R = 9.27%
G = 31.27%
B = 59.46%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18519A (or 0x18519A) is known color: Endeavour. HEX triplet: 18, 51 and 9A. RGB value is (24,81,154). Sum of RGB (Red+Green+Blue) = 24+81+154=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #18519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18519A is #E7AE65. Grayscale: #474747. Windows color (decimal): -15183462 or 10113304. OLE color: 10113304.

HSL color Cylindrical-coordinate representation of color #18519A: hue angle of 213.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18519A is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 81 154 -
CMYK 0.84 0.47 0 0.40
HSL 213.69º 0.73% 0.35% -
HSV(B) 213.69º 0.84% 0.6% -
XYZ 9.15 8.41 31.71 -
YUV 72.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 24 81 154 0.84 0.47 0 0.40 213.69 0.73 0.35
Hex 18 51 9A 54 2F 0 28 D6 49 23
Octal 30 121 232 124 57 0 50 326 111 43
Binary 11000 1010001 10011010 1010100 101111 0 101000 11010110 1001001 100011

Color Harmonies of #18519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18519A

Black with #18519A

Text Example


Text Example

White with #18519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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