Html Css Color HEX #16518A Endeavour

📋 copy color: '#16518A'

red 22 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #16518A

Tints of Endeavour #16518A

RGB

 RED value IS 22 (8.98% from 255) = 9.13%

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 9.13%
G = 33.61%
B = 57.26%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#16518A (or 0x16518A) is known color: Endeavour. HEX triplet: 16, 51 and 8A. RGB value is (22,81,138). Sum of RGB (Red+Green+Blue) = 22+81+138=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #16518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16518A is #E9AE75. Grayscale: #454545. Windows color (decimal): -15314550 or 9064726. OLE color: 9064726.

HSL color Cylindrical-coordinate representation of color #16518A: hue angle of 209.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16518A is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 81 138 -
CMYK 0.84 0.41 0 0.46
HSL 209.48º 0.73% 0.31% -
HSV(B) 209.48º 0.84% 0.54% -
XYZ 7.86 7.89 25.15 -
YUV 69.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 22 81 138 0.84 0.41 0 0.46 209.48 0.73 0.31
Hex 16 51 8A 54 29 0 2E D1 48 1F
Octal 26 121 212 124 51 0 56 321 110 37
Binary 10110 1010001 10001010 1010100 101001 0 101110 11010001 1001000 11111

Color Harmonies of #16518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16518A

Black with #16518A

Text Example


Text Example

White with #16518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,81,138); }

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

background-color css

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

 a { background-color: rgb(22,81,138); }

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

border-color css

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

 span { border-color: rgb(22,81,138); }

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