Html Css Color HEX #16569B Endeavour

📋 copy color: '#16569B'

red 22 ◦ green 86 ◦ blue 155

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

Shades of Endeavour #16569B

Tints of Endeavour #16569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 8.37%
G = 32.7%
B = 58.94%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16569B (or 0x16569B) is known color: Endeavour. HEX triplet: 16, 56 and 9B. RGB value is (22,86,155). Sum of RGB (Red+Green+Blue) = 22+86+155=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #16569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16569B is #E9A964. Grayscale: #4A4A4A. Windows color (decimal): -15313253 or 10180118. OLE color: 10180118.

HSL color Cylindrical-coordinate representation of color #16569B: hue angle of 211.13º 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 #16569B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 86 155 -
CMYK 0.86 0.45 0 0.39
HSL 211.13º 0.75% 0.35% -
HSV(B) 211.13º 0.86% 0.61% -
XYZ 9.58 9.19 32.28 -
YUV 74.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 22 86 155 0.86 0.45 0 0.39 211.13 0.75 0.35
Hex 16 56 9B 56 2D 0 27 D3 4B 23
Octal 26 126 233 126 55 0 47 323 113 43
Binary 10110 1010110 10011011 1010110 101101 0 100111 11010011 1001011 100011

Color Harmonies of #16569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16569B

Black with #16569B

Text Example


Text Example

White with #16569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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