#16558B

Color #16558B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #16558B

Tints of Endeavour #16558B

Color information

#16558B (or 0x16558B) is unknown color: approx Endeavour. HEX triplet: 16, 55 and 8B. RGB value is (22,85,139). Sum of RGB (Red+Green+Blue) = 22+85+139=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #16558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16558B is #E9AA74. Grayscale: #484848. Windows color (decimal): -15313525 or 9131286. OLE color: 9131286.

HSL color Cylindrical-coordinate representation of color #16558B: hue angle of 207.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16558B is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2285139-
CMYK0.840.3900.45
HSL207.69º72.67%31.57%-
HSV(B)207.69º84.17%54.51%-
XYZ8.248.5325.64-
YUV72.32165.6392.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=8.94%
G=34.55%
B=56.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22851390.840.3900.45207.6972.6731.57
Hex16558B542702Dd04920
Octal261252131244705532011140
Binary1011010101011000101110101001001110101101110100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,85,139); }

 H1.HeaderClassName
 {
   color: #16558B;
 }
 .AnyTagClassName
 {
   color: #16558B;
 }
</style>
background-color css

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

 a { background-color: rgb(22,85,139); }

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

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

 span { border-color: rgb(22,85,139); }

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