Html Css Color HEX #16509B Endeavour

📋 copy color: '#16509B'

red 22 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #16509B

Tints of Endeavour #16509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 8.56%
G = 31.13%
B = 60.31%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16509B (or 0x16509B) is known color: Endeavour. HEX triplet: 16, 50 and 9B. RGB value is (22,80,155). Sum of RGB (Red+Green+Blue) = 22+80+155=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #16509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16509B is #E9AF64. Grayscale: #464646. Windows color (decimal): -15314789 or 10178582. OLE color: 10178582.

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

Color convert

RGB 22 80 155 -
CMYK 0.86 0.48 0 0.39
HSL 213.83º 0.75% 0.35% -
HSV(B) 213.83º 0.86% 0.61% -
XYZ 9.12 8.27 32.13 -
YUV 71.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 22 80 155 0.86 0.48 0 0.39 213.83 0.75 0.35
Hex 16 50 9B 56 30 0 27 D6 4B 23
Octal 26 120 233 126 60 0 47 326 113 43
Binary 10110 1010000 10011011 1010110 110000 0 100111 11010110 1001011 100011

Color Harmonies of #16509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16509B

Black with #16509B

Text Example


Text Example

White with #16509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,80,155); }

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

background-color css

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

 a { background-color: rgb(22,80,155); }

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

border-color css

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

 span { border-color: rgb(22,80,155); }

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